solidDB Help : solidDB reference : solidDB SA: Function reference : SaTransCommit
  
SaTransCommit
SaTransCommit commits the current transaction started by SaTransBegin.
After calling this function, all changes are made persistent in 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 SaTransCommit(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