Data.DBXCommon.TDBXMemoryConnectionFactory

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXMemoryConnectionFactory = class(TDBXConnectionFactory)
C++
class PASCALIMPLEMENTATION TDBXMemoryConnectionFactory : public TDBXConnectionFactory
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.