OASQLIP_commit
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function 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 function 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 OASQLIP_commit(SQLIP_HDBC sqlip_hdbc)
Parameters for OASQLIP_commit
| Parameter | Type | Description |
| INPUT | ||
| sqlip_hdbc | SQLIP_HDBC | Connection handle |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |