sqlipCommit
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This connection-level method commits any active transactions on the specified connection. This causes any operations that were performed since the last COMMIT or ROLLBACK to be saved. This connection-level method is called when the client application explicitly commits or, when in auto commit mode, after the execution of every statement that does not return any columns.
int sqlipCommit(SQLIP_HDBC sqlip_hdbc);
Parameters for sqlipCommit
| Parameter | Type | Description |
| INPUT | ||
| sqlip_hdbc | SQLIP_HDBC | Connection handle |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |