sqlipDeclareCursor
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method associates the cursor name with the prepared statement. If the IP does not need to use a pre-defined cursor name, you can define this method to do nothing and return OADS_SUCCESS. A unique cursor name is generated for each connection/statement pair.
int sqlipDeclareCursor(String cursorName);
Parameters for sqlipDeclareCursor
| Parameter | Type | Description |
| INPUT | ||
| cursorName | String | Cursor name |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |