OASQLIP_rollback
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function rolls back the current transaction on the specified connection. Any operations that were done on this connection since the last COMMIT or ROLLBACK are rolled back as if they were never performed.
int OASQLIP_rollback(SQLIP_HDBC sqlip_hdbc)
Parameters for OASQLIP_rollback
| Parameter | Type | Description |
| INPUT | ||
| sqlip_hdbc | SQLIP_HDBC | Connection handle |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |