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

OASQLIP_rollback

This function rolls back the current transaction on the specified connection. Any operations that were done on this connection since the last COMMIT or ROLLBACK are rolled back as if they were never performed.
int OASQLIP_rollback(SQLIP_HDBC sqlip_hdbc)
 
Table 46: Parameters for OASQLIP_rollback
Parameter
Type
Description
INPUT
 
 
sqlip_hdbc
SQLIP_HDBC
Connection handle
RETURN
 
 
 
int
OADS_SUCCESS
OADS_ERROR