sqlipOpenOutputCursor
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
If the statement is a stored procedure call and it has output parameters and/or output return value, then this method returns a cursor for accessing this information. The cursor will contain a single row with one column for the return value and one column for each output parameter.
A call to sqlipGetColspec after calling this method returns the description of the output cursor.
int sqlipOpenOutputCursor(xo_int piNumResRows);
Parameters for sqlipOpenOutputCursor
| Parameter | Type | Description |
| OUTPUT | ||
| piNumResRows | xo_int | Number of rows in this cursor. Should be 1 or 0. |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |