BBjStoredProcedureData::setUpdateCount
Description
In BBj 6.0 and higher, this method sets the insert/update/delete count for the stored procedure.
Syntax
Return Value |
Method |
void |
setUpdateCount(int p_updateCount) |
Parameters
Variable |
Description |
p_updateCount |
The number of inserted/updated/deleted rows. |
Return Values
None.
Remarks
Either this method or setResultSet can be called once. Subsequent invocations result in an !ERROR=207 (BBJ_STATE).
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.