BBjStoredProcedureData::setResultSet
Description
In BBj 6.0 and higher, this method sets the channel to be used as the stored procedure's result set.
Syntax
Return Value |
Method |
void |
setResultSet(int p_sqlChannel) |
Parameters
Variable |
Description |
p_sqlChannel |
Handle of the SQL channel to use as a result set. |
Return Values
None.
Remarks
Either this method or setUpdateCount 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.