RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTransaction Class

TIBTransaction provides discrete transaction control over a one or more database connections in a database application.

Pascal
TIBTransaction = class(TComponent);
C++
class TIBTransaction : public TComponent;

All TIBCustomDataSet descendants and TIBSQL need to use a transaction along with a database component to gain access to data in a database.

Note: In applications that connect an InterBaseExpress dataset to a client dataset, every query must be in its own transaction. You must use one transaction component for each query component.
 

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