Use the TADPhysODBCDriverLink component to link the ODBC bridge driver to an application.
uADPhysODBC
Use the TADPhysODBCDriverLink component to link the ODBC bridge driver to an application. In general it is enough to only include uADPhysODBC unit into your application uses clause.
The TADPhysODBCDriverLink 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.
TADPhysODBCDriverLink = class(TADPhysODBCBaseDriverLink);
ADPhysODBCDriverLink1.DriverID := 'Informix'; ADPhysODBCDriverLink1.ODBCAdvanced := 'CLOC=en_US.CP1252;DLOC=en_US.819'; ADPhysODBCDriverLink1.ODBCDriver := 'IBM INFORMIX ODBC DRIVER';
|
What do you think about this topic? Send feedback!
|