ipStartTransaction
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method is called by the OpenAccess SDK SQL Engine to start a new transaction, and after any COMMIT or ROLLBACK request to initiate a new transaction. The necessary transaction and lock management code for your data source goes here. This method must return DAM_SUCCESS even if the IP will not support transactions.
int ipStartTransaction(
int64 dam_hdbc)
Parameters for ipStartTransaction
| Parameter | Type | Description |
| IN | ||
| dam_hdbc | int64 | Connection handle. |
| RETURN | ||
| int | DAM_SUCCESS – on success DAM_FAILURE – on failure |