Use the TADPhysMSSQLDriverLink component to link the Microsoft SQL Server driver to an application and setup it.
uADPhysMSSQL
Use the TADPhysMSSQLDriverLink component to link the Microsoft SQL Server driver to an application. In general it is enough to only include uADPhysMSSQL unit into your application uses clause.
The TADPhysMSSQLDriverLink 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.
TADPhysMSSQLDriverLink = class(TADPhysODBCBaseDriverLink);
ADPhysMSSQLDriverLink1.ODBCAdvanced := 'MARS_Connection=no;Regional=yes'; ADPhysMSSQLDriverLink1.ODBCDriver := 'SQL Native Client';
|
What do you think about this topic? Send feedback!
|