solidDB Help : solidDB reference : solidDB SA: Function reference : SaTransRollback
  
SaTransRollback
SaTransRollback rolls back the current transaction started by SaTransBegin. No changes are made to the database.
After the current transaction is completed, the database server returns to autocommit mode until the next call to SaTransBegin.
Synopsis
SaRetT SA_EXPORT_H SaTransRollback(SaConnectT* scon)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
scon
in, use
Pointer to a connection object
Return value
SA_RC_SUCC or error code.
Go up to
solidDB SA: Function reference