skip to main content
IP API Reference for C/C++ : IP API for C/C++ : OASQLIP_commit
 

OASQLIP_commit

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)
 
Table 12: Parameters for OASQLIP_commit 
Parameter
Type
Description
INPUT
 
 
sqlip_hdbc
SQLIP_HDBC
Connection handle
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR