ASA Programming Guide
Deploying Databases and Applications
Deploying client applications
Deploying ODBC clients
The following table shows the files needed for a working Adaptive Server Anywhere ODBC driver. These files should be placed in a single directory. The Adaptive Server Anywhere installation places them all in the operating-system subdirectory of your SQL Anywhere installation directory (for example: win32).
Description | Windows | Windows CE | UNIX |
---|---|---|---|
ODBC driver | dbodbc9.dll | dbodbc9.dll | libdbodbc9.so libdbtasks9.so |
Language-resource library | dblgen9.dll | dblgen9.dll | dblgen9.res |
Connect dialog | dbcon9.dll | N/A | N/A |
Your end user must have a working ODBC installation, including the driver manager. Instructions for deploying ODBC are included in the Microsoft ODBC SDK.
The Connect dialog is needed if your end users are to create their own data sources, if they need to enter user IDs and passwords when connecting to the database, or if they need to display the Connect dialog for any other purpose.
For multi-threaded applications on UNIX, use libdbodbc9_r.so and libdbtasks9_r.so.