Data.DBXCommon.TDBXDriver
Delphi
TDBXDriver = class
C++
class PASCALIMPLEMENTATION TDBXDriver : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
Description
Driver class for DBX framework.
Driver class for DBX framework. Loads client libraries if needed.
The DBX framework manages reference counts for all drivers that are loaded. When all TDBXConnection and TDBXDriver instances are freed, the driver is unloaded. So if an application holds on to an instance of TDBXConnection or TDBXDriver, that driver will not be unloaded.