FireDAC.Phys.MSAcc.TFDPhysMSAccessDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ODBCBase.TFDPhysODBCBaseDriverLinkFireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentTFDPhysMSAccessDriverLink

Delphi

TFDPhysMSAccessDriverLink = class(TFDPhysODBCBaseDriverLink)

C++

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

Properties

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

Description

Use the TFDPhysMSAccessDriverLink component to link the Microsoft Access driver to an application and set it up.

Use the TFDPhysMSAccessDriverLink component to link the Microsoft Access driver to an application. In general, it is enough to only include the FireDAC.Phys.MSAcc unit into your application uses clause. 

The TFDPhysMSAccessDriverLink component may be used to specify:

  • ODBCDriver - the access ODBC driver name
  • ODBCAdvanced - the access ODBC driver connection parameter common for all connections

All properties have default values appropriate for most cases. To have an effect, all property changes must be performed before the first connection through this driver or by using the Release method.

See Also