Bookmark and Share Share

<sqlBeginTransaction>

This statement marks the beginning of a SQL transaction that includes all <sqlUpdate> statements until a <sqlCommit> or <sqlRollback> statement is encountered.

See also SQL Transactions for more information and examples.

Can Contain Empty
Allowed In mashup, else, elseif, for, foreach, if, macro, operation, sequence, while,

Attributes

Name Required Description
name  

The name of the data source for this transaction. If omitted, the transaction applies to SQL commands for the default data source.