skip to main content
Interface Provider class : IP methods reference : ipStartTransaction
 

ipStartTransaction

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)
 
 
Table 32: Parameters for ipStartTransaction 
Parameter
Type
Description
IN
 
 
dam_hdbc
int64
Connection handle.
RETURN
 
 
 
int
DAM_SUCCESS – on success
DAM_FAILURE – on failure