sqlipCloseStmt
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method closes the current statement and frees all resources used to execute commands on it. This method is called last on this instance of the statement object.
int sqlipCloseStmt();
Parameters for sqlipCloseStmt
| Parameter | Type | Description |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR – error closing the statement |