Data.DBXCommon.TDBXMemoryConnectionFactory
Delphi
TDBXMemoryConnectionFactory = class(TDBXConnectionFactory)
C++
class PASCALIMPLEMENTATION TDBXMemoryConnectionFactory : public TDBXConnectionFactory
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
Description
Implementation of TDBXConnectionFactory that does not load driver and connection properties.
Implementation of TDBXConnectionFactory that does not load driver and connection properties from initialization files. It is used by VCL when the dbxconnections.ini and dbxdrivers.ini files cannot be found.