Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Embedded SQL header files [Table of Contents] A simple example

ASA Programming Interfaces Guide

[-] Chapter 2: The Embedded SQL Interface
[-] Application development using Embedded SQL
[-] Import libraries

Import libraries

All import libraries are installed in the lib subdirectory, under the operating system subdirectory of the Adaptive Server Anywhere installation directory. For example, Windows 95/98 and Windows NT import libraries are stored in the win32\lib subdirectory.

Operating system

Compiler

Import library

Windows 95/98 and NT

Watcom C/C++

dblibtw.lib

Windows 95/98 and NT

Borland C++

dblibtb.lib

Windows 95/98 and NT

Microsoft Visual C++

dblibtm.lib

Windows 3.x

All compilers

dblibw.lib

Windows CE

Microsoft Visual C++

dblib6.lib

NetWare

Watcom C/C++

dblib6.lib

Solaris (unthreaded applications)

All compilers

libdblib6.so, libdbtasks6.so

Solaris (threaded applications)

All compilers

libdblib6_r.so, libdbtasks6_r.so

AIX (unthreaded applications)

All compilers

libdblib6.a, libdbtasks6.a

AIX (threaded applications)

All compilers

libdblib6_r.a libdbtasks6_r.a

HP-UX (unthreaded applications)

All compilers

libdblib6.sl libdbtasks6.sl

HP-UX (threaded applications)

All compilers

libdblib6_r.sl libdbtasks6_r.sl

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


Embedded SQL header files [Table of Contents] A simple example