Data.DBXCommon.TDBXIniFileConnectionFactory

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXConnectionFactorySystem.TObjectTDBXIniFileConnectionFactory
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXIniFileConnectionFactory = class(TDBXConnectionFactory)

C++

class PASCALIMPLEMENTATION TDBXIniFileConnectionFactory : public TDBXConnectionFactory

Description

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

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.

See Also