ASA Programming Guide
ODBC Programming
The Open Database Connectivity (ODBC) interface is an application programming interface defined by Microsoft Corporation as a standard interface to database-management systems on Windows operating systems. ODBC is a call-based interface.
To write ODBC applications for Adaptive Server Anywhere, you need:
Adaptive Server Anywhere.
A C compiler capable of creating programs for your environment.
Microsoft ODBC Software Development Kit. This is available on the Microsoft Developer Network, and provides documentation and additional tools for testing ODBC applications.
Adaptive Server Anywhere supports the ODBC API on UNIX and Windows CE, in addition to Windows. Having multi-platform ODBC support makes portable database application development much easier.
For information on enlisting the ODBC driver in distributed transactions, see Three-tier Computing and Distributed Transactions.