OASQLIP_cancel
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function cancels the specified statement. Return OADS_SUCCESS upon cancelling the specified statement.
int OASQLIP_cancel(
SQLIP_HDBC sqlip_hdbc,
SQLIP_HSTMT sqlip_hstmt)
Parameters for the OASQLIP_cancel Function
| Parameter | Type | Description |
| INPUT | ||
| sqlip_hdbc | SQLIP_HDBC | Connection handle. |
| sqlip_hstmt | SQLIP_HSTMT | Statement handle. |
| RETURN | ||
| int | OADS_SUCCESS – the statement was canceled. OADS_ERROR |