IBX.IBDatabase.TIBTransaction
Delphi
TIBTransaction = class(TComponent)
C++
class PASCALIMPLEMENTATION TIBTransaction : public System::Classes::TComponent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | IBX.IBDatabase.pas IBX.IBDatabase.hpp |
IBX.IBDatabase | IBX.IBDatabase |
Description
TIBTransaction provides discrete transaction control over one or more database connections in a database application.
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.