Use the TADPhysMSAccessDriverLink component to link the Microsoft Access driver to an application and setup it.
uADPhysMSAcc
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:
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!
|