RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXIniFileConnectionFactory Class

Creates new instances of TDBXConnection from the dbxdrivers.ini and dbxconnections.ini files

Pascal
TDBXIniFileConnectionFactory = class(TDBXConnectionFactory);
C++
class TDBXIniFileConnectionFactory : public TDBXConnectionFactory;

This class is an extension of TDBXConnectionFactory that can be used to create new instances of TDBXConnection. It gets driver and connection properties from the dbxdrivers.ini and dbxconnections.ini files for a given connection name. 

 

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