sqlipRollback
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This connection-level method rolls back all uncommitted transactions on this connection. This causes any operations that were done on this connection since the last COMMIT or ROLLBACK to be rolled back as if they were never performed. If you are not supporting transactions, always return OADS_SUCCESS.
int sqlipRollback()
Parameters for sqlipRollback
| Parameter | Type | Description |
| RETURN | ||
| int | OADS_SUCCESS – transactions rolled back OADS_ERROR – error rolling back |