Collection Contents Index Embedded SQL header files Next PDF

SQL Anywhere® Server - Programming
  SQL Anywhere Embedded SQL
    Introduction
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 subdirectory.

Operating system

Compiler

Import library

Windows

Watcom C/C++

dblibtw.lib

Windows

Microsoft Visual C++

dblibtm.lib

Windows

Borland Delphi

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.


Collection Contents Index Embedded SQL header files Next PDF