Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » ODBC support » ODBC application development

 

ODBC applications on Windows

This section does not apply to Windows Mobile.

When linking your application, you must link against the appropriate import library file to have access to the ODBC functions. The import library defines entry points for the ODBC driver manager odbc32.dll. The driver manager in turn loads the SQL Anywhere ODBC driver dbodbc16.dll.

Typically, the import library is stored under the Lib directory structure of the Microsoft platform SDK:

Operating system Import library
Windows (32-bit) Lib\odbc32.lib
Windows (64-bit) Lib\x64\odbc32.lib
 Example
 See also