AnyDAC
ContentsIndexHome
PreviousUpNext
TADPhysMSAccessDriverLink Class

Use the TADPhysMSAccessDriverLink component to link the Microsoft Access driver to an application and setup it.

Group
Class Hierarchy
uADPhysMSAcc_TADPhysMSAccessDriverLinkuADPhysMSAcc_TADPhysMSAccessDriverLinkuADPhysMSAcc_TADPhysMSAccessDriverLink
File

uADPhysMSAcc

Links

Use the TADPhysMSAccessDriverLink component to link the Microsoft Access driver to an application. In general it is enough to only include uADPhysMSAcc unit into your application uses clause. 

The TADPhysMSAccessDriverLink component may be used to specify:

  • ODBCDriver - Access ODBC driver name;
  • ODBCAdvanced - Access ODBC driver connection parameter common for all connections;
  • VendorLib - ODBC driver manager. By default it is odbc32.dll and for most cases should remain unchanged.

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

TADPhysMSAccessDriverLink = class(TADPhysODBCBaseDriverLink);
ADPhysMSAccessDriverLink1.ODBCAdvanced := 'IMPLICITCOMMITSYNC=NO';
ADPhysMSAccessDriverLink1.ODBCDriver := 'Microsoft Access Driver (*.mdb)';
What do you think about this topic? Send feedback!