RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBClientDataSet.DBTransaction Property

Specifies the transaction object that manages the transactions this dataset uses.

Pascal
property DBTransaction: TIBTransaction;
C++
__property TIBTransaction DBTransaction;

Every command that the TIBClientDataSet component executes on the server occurs within the context of the specified transaction. Set DBTransaction to specify the properties of the transaction that this dataset uses. Use the methods of DBTransaction to explicitly control the transaction. 

If DBTransaction is not set, this dataset uses the default transaction of the database specified by DBConnection

 

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