BBjStoredProcedureData::setUpdateCount
Description
In BBj 6.00 and higher, this method sets the insert/update/delete count for the stored procedure.
Syntax
| Return Value | Method |
|---|---|
|
void |
setUpdateCount(int updateCount) |
Parameters
| Parameter | Description |
|---|---|
|
updateCount |
The number of inserted/updated/deleted rows. |
Return Value
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.