Icon AutoTransactions Property

property AutoTransactions: Boolean

Usage

Available In: Client and Server Applications

Specifies whether transactions will be automatically started and committed or rolled back as rows are inserted, updated, and deleted in the datasets owned by the database. The default value is True.

Information Automatic transactions are implicitly nested. If you insert a row in one dataset, and then edit a row in another dataset, the TransactionLevel property will be 1.
Image