RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet.Transaction Property

Identifies the transaction under which the query executes.

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

Use Transaction to determine the transaction that contains any query this dataset executes. Set the properties of this transaction object to control how the transaction executes, or set the Transaction property to cause this dataset's queries to be included in an existing transaction. 

 

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