Contents
Display Legacy Contents

 Print
    Commit Transaction    
Commit specified transaction on local database.

Parameters

Name <string>

The name of the commit transaction. If this parameter is leave empty, system will commit all pending transactions.

     
  • This action should be used in conjuction with Begin Transaction action.
  • Actions taken between Begin Transaction and Commit Transaction are executed in an atomic way.
  • Works only with local database tables, this includes databases in the Offline and Local tree. This action does not work with online Databases.
  • See chapter Database for more information.

See also
Samples

 

 

Updated: 11/16/2016 5:43 PM