|
AnyDAC
|
Use the TADPhysADSDriverLink component to link the Advantage Database Server driver to an application and setup it.
uADPhysADS
Use the TADPhysADSDriverLink component to link the Advantage Database Server driver to an application. In general it is enough to only include uADPhysADS unit into your application uses clause.
The TADPhysADSDriverLink 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.
TADPhysADSDriverLink = class(TADPhysDriverLink);
ADPhysADSDriverLink1.VendorLib := 'c:\ads\ace32.dll';
ADPhysADSDriverLink1.DefaultPath := 'c:\temp';|
What do you think about this topic? Send feedback!
|