A component for managing transactions in an application.
For a list of all members of this type, see TIBCTransaction members.
TIBCTransaction = class(TDATransaction);
The TIBCTransaction component is used to provide discrete transaction control over connection. It can be used for manipulating simple local and global transactions.
All components which are dedicated to perform data access, such as TIBCQuery, TIBCSQL, TIBCScript, must have their Transaction property assigned with one of TIBCTransaction instances.
TDATransaction
TIBCTransaction