Show/Hide Toolbars

PerfectApps™ Help Guide

icon Transaction

The Transaction command is a behavior object found in the integration toolbox.

 

Details

 

The Transaction command is used to achieve database consistency when writing data to a database using the Connect command. It operates in the same way as normal database transactions typically operate. Any database write actions that are performed are actually queued by the connection agent. Once the data is written to the database, the transaction is committed.

 

If an app is submitted and a transaction is neither rolled back nor committed, the connection agent will ignore any outstanding database commands.

 

The normal place to put the Commit is in the App Submits Data behavior event.

 

For full details on the Transaction command properties CLICK HERE.