RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDriver Class

Driver class for DBX framework.

Pascal
TDBXDriver = class;
C++
class TDBXDriver;

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. 

 

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