skip to main content
IP API Reference for Java : Connection-level Methods for Java : sqlipCommit
 

sqlipCommit

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