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

Chapter 1:  Programming Interface Overview [Table of Contents] The Embedded SQL programming interface

[-] Chapter 1: Programming Interface Overview
[-] The ODBC programming interface


The ODBC programming interface

ODBC (Open Database Connectivity) is a standard call level interface (CLI) developed by Microsoft. It is based on the SQL Access Group CLI specification. ODBC applications can run against any data source that provides an ODBC driver. You should use ODBC if you would like your application to be portable to other data sources that have ODBC drivers. Also, if you prefer working with an API, use ODBC.

ODBC is a low-level interfacežabout the same as Embedded SQL. Almost all the Adaptive Server Anywhere functionality is available with this interface. ODBC is available as a DLL under Windows NT, Windows 95, Windows 3.x, and OS/2. It is provided as a library for UNIX.

The primary documentation for ODBC is the Microsoft ODBC Software Development Kit. The current book provides some additional notes specific to Adaptive Server Anywhere for ODBC developers.

ODBC is described in ODBC Programming


Chapter 1:  Programming Interface Overview [Table of Contents] The Embedded SQL programming interface