RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataBase Class

TIBDatabase encapsulates an InterBase database connection.

Pascal
TIBDataBase = class(TCustomConnection);
C++
class TIBDataBase : public TCustomConnection;

Use TIBDataBase to encapsulate an InterBase database connection. All TIBCustomDataSet descendants and TIBSQL use the TIBDataBase component to gain access to databases. 

 

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