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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere ODBC API » Building ODBC applications

Including the ODBC header file Next Page

Linking ODBC applications on Windows


This section does not apply to Windows CE.

For Windows CE information, see Linking ODBC applications on Windows CE.

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 dbodbc10.dll.

Separate import libraries are supplied for Microsoft and Watcom compilers.

To link an ODBC application (Windows)