|
AnyDAC
|
Controls automatic start of a transaction.
Use AutoStart property to control automatic start of a transaction, if DBMS does not support automatic transaction management, like Interbase or Firebird. The default value is True.
If AutoStart is True, then transaction will be automatically started, if there is no active transactions, DBMS itself cannot automatically initiate transaction, but transaction is required to perform SQL command.
property AutoStart: Boolean;
|
What do you think about this topic? Send feedback!
|