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 Embedded SQL » Introduction to embedded SQL

Embedded SQL header files Next Page

Import libraries


All import libraries are installed in the lib subdirectory, under the operating system subdirectory of the SQL Anywhere installation directory. For example, Windows import libraries are stored in the win32\lib, x64\lib, and the ia64\lib subdirectories. Windows CE import libraries are installed in the lib subdirectories of the respective platform-dependent directories, for example, ce\arm.50.

Operating system Compiler Import library
Windows Watcom C/C++ (32-bit only) dblibtw.lib
Windows Microsoft Visual C++ dblibtm.lib
Windows Borland Delphi (32-bit only) dblibtb.lib
Windows CE Microsoft Visual C++ 2005 dblib10.lib
Windows CE Microsoft eMbedded Visual C++ dblib10.lib
NetWare Watcom C/C++ dblib10.lib
Solaris (unthreaded applications) All compilers libdblib10.so, libdbtasks10.so
Solaris (threaded applications) All compilers libdblib10_r.so, libdbtasks10_r.so

The libdbtasks10 libraries are called by the libdblib10 library. Some compilers locate libdbtasks10 automatically, while for others you need to specify it explicitly.