OASQLIP_free_stmt
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function frees any resources used by the specified statement. The IP must close any open cursors and free all resources. The function frees the sqlip_hstmt and any associated resources.
int OASQLIP_free_stmt(SQLIP_HSTMT sqlip_hstmt)
Parameters for OASQLIP_free_stmt
| Parameter | Type | Description |
| INPUT | ||
| sqlip_hstmt | SQLIP_HSTMT | Statement handle |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |