IBX.IBDatabase.TIBDatabase

Delphi
[ComponentPlatformsAttribute(pidWin32 or pidWin64 or pidOSX32 or
pidiOSSimulator or pidiOSDevice32 or pidiOSDevice64 or pidAndroid or pidLinux64)]
TIBDataBase = class(TCustomConnection)
C++
class PASCALIMPLEMENTATION TIBDatabase : public Data::Db::TCustomConnection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | IBX.IBDatabase.pas IBX.IBDatabase.hpp |
IBX.IBDatabase | IBX.IBDatabase |
Description
TIBDatabase encapsulates an InterBase database connection.
Use TIBDataBase to encapsulate an InterBase database connection. All TIBCustomDataSet descendants and TIBSQL use the TIBDataBase component to gain access to databases.
For full information about InterBase encryption, see the InterBase Data Definition Guide.
See Also