OASQLIP_close_stmt
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The OASQLIP_close_stmt function closes the current statement and frees all resources used to execute commands on it.
int OASQLIP_close_stmt(SQLIP_HSTMT sqlip_hstmt)
Parameters for the OASQLIP_close_stmt Function
| Parameter | Type | Description |
| INPUT | ||
| sqlip_hstmt | SQLIP_HSTMT | Handle of the statement to be closed |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR – error closing the statement |