FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysODBCBaseDriverLink

Delphi

TFDPhysODBCBaseDriverLink = class(TFDPhysDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysODBCBaseDriverLink : public Firedac::Phys::TFDPhysDriverLink

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.ODBCBase.pas
FireDAC.Phys.ODBCBase.hpp
FireDAC.Phys.ODBCBase FireDAC.Phys.ODBCBase

Description

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.