RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXTransaction Class

Transaction management class.

Pascal
TDBXTransaction = class;
C++
class TDBXTransaction;

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 SupportsNestedTransactions is true. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!