Contents Index Including the ODBC header file Linking ODBC applications on Windows CE

ASA Programming Guide
  ODBC Programming
    Building ODBC applications

Linking ODBC applications on Windows


This section does not apply to Windows CE. For more 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 Adaptive Server Anywhere ODBC driver dbodbc9.dll.

Separate import libraries are supplied for Microsoft, Watcom, and Borland compilers.

To link an ODBC application (Windows)


Contents Index Including the ODBC header file Linking ODBC applications on Windows CE