RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXTransaction Class

Transaction management class.

Pascal
TDBXTransaction = class;
C++
class TDBXTransaction;

DBXCommon

A TDBXTransaction is created when you call BeginTransaction. CommitFreeAndNil, RollbackFreeAndNil, or RollbackIncompleteFreeAndNil must be called to complete a transaction. The TDBXIsolation transaction isolation level can be set when the transaction is begun. SupportsTransactions must be true for an application to be able to use transactions. Nested transactions can be used if SupportsNestedTransactionsis true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!