FireDAC.Phys.MSAcc.TFDPhysMSAccessDriverLink

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.