API:FireDAC.Phys.Infx.TFDPhysInfxDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLinkFireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysInfxDriverLink
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.Infx.pas
FireDAC.Phys.Infx.hpp
Unit: FireDAC.Phys.Infx
Parent: FireDAC.Phys.Infx

Delphi

TFDPhysInfxDriverLink = class(TFDPhysODBCBaseDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysInfxDriverLink : public Firedac::Phys::Odbcbase::TFDPhysODBCBaseDriverLink

Description

The TFDPhysODBCBaseDriverLink component is a base class for all ODBC-based driver link components.

FireDAC.Phys.Infx.TFDPhysInfxDriverLink inherits from FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLink. All content below this line refers to FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLink.

The TFDPhysODBCBaseDriverLink component is a base class for all ODBC-based driver link components.

It allows you to configure a DBMS driver at run time, using the ODBCAdvanced and ODBCDriver properties.

An application should not use the TFDPhysODBCBaseDriverLink component directly. But it may use one of the many descendants, for example, TFDPhysMSSQLDriverLink or TFDPhysMSAccessDriverLink.