|
AnyDAC
|
Use the TADPhysASADriverLink component to link the Sybase SQL Anywhere driver to an application and setup it.
uADPhysASA
Use the TADPhysASADriverLink component to link the Sybase SQL Anywhere driver to an application. In general it is enough to only include uADPhysASA unit into your application uses clause.
The TADPhysASADriverLink 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 when AnyDAC manager is inactive.
TADPhysASADriverLink = class(TADPhysODBCBaseDriverLink);
ADPhysASADriverLink1.ODBCAdvanced := 'AutoStart=Yes;CharSet=Windows-1251'; ADPhysASADriverLink1.ODBCDriver := 'Sybase SQL Anywhere 5.0';
|
What do you think about this topic? Send feedback!
|