Skip to main content

SQL Transaction

Command description

Open a database transaction for the indented child commands. The transaction is committed when the block completes normally and rolled back if an exception occurs.

Command Input Parameters

input parametersInput parameter typeDescription
SQL Connection ObjectSQLConnection

Command Output Parameters

None

Sample Workflow