Contents Index Running the sample ODBC program Allocating ODBC handles

ASA Programming Guide
  ODBC Programming

ODBC handles


ODBC applications use a small set of handles to define basic features such as database connections and SQL statements. A handle is a 32-bit value.

The following handles are used in essentially all ODBC applications.


Allocating ODBC handles
A first ODBC example

Contents Index Running the sample ODBC program Allocating ODBC handles