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

Chapter 4:  ODBC Programming [Table of Contents] ODBC fundamentals

[-] Chapter 4: ODBC Programming
[-] Introduction to ODBC programming


Introduction to ODBC programming

The ODBC interface is defined by a set of function calls, called the ODBC API (Application Programming Interface).

To write ODBC applications for Adaptive Server Anywhere, you need:

Applications that use the ODBC interface can work with many different database systems. Adaptive Server Anywhere supports the ODBC API on UNIX and OS/2, in addition to the Windows and Windows NT environments. Having multi-platform ODBC support makes portable database application development much easier.


ODBC conformance

Adaptive Server Anywhere Version 6 provides support for ODBC 3.0.


Levels of ODBC support

ODBC features are arranged according to a level of conformance. Features are either Core, Level 1, or Level 2, with level 2 being the most complete level of ODBC support. These features are listed in the ODBC Programmer's Reference, which is available from Microsoft Corporation as part of the ODBC software development kit or from the Microsoft Web site, at the following Web site:

http://www.microsoft.com/data/odbc/techmat.htm.


Features supported by Adaptive Server Anywhere

Adaptive Server Anywhere ODBC 3.0 support is as follows:


ODBC 3.0 new features

While you can use new ODBC 3.0 features, such as descriptors, in your ODBC applications, ODBC 2.x applications will continue to work with Adaptive Server Anywhere and the ODBC 3.0 driver manager.


The ODBC 3.0 driver manager

The ODBC driver manager is part of the ODBC software supplied with Adaptive Server Anywhere. The ODBC 3.0 driver manager has a new interface for configuring ODBC data sources.


Chapter 4:  ODBC Programming [Table of Contents] ODBC fundamentals