Data.DBXCommon.TDBXIniFileConnectionFactory

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXConnectionFactorySystem.TObjectTDBXIniFileConnectionFactory

Delphi

TDBXIniFileConnectionFactory = class(TDBXConnectionFactory)

C++

class PASCALIMPLEMENTATION TDBXIniFileConnectionFactory : public TDBXConnectionFactory

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

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