Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » Tutorial: Build an Application Using ODBC

Tutorial: Build an Application Using ODBC Next Page

Introduction to UltraLite ODBC


ODBC is a standard database programming interface. UltraLite supports a subset of the ODBC interface, together with extensions to permit synchronization. For a listing of the functions UltraLite supports, see UltraLite ODBC API Reference.

This section walks you through the creation of a simple UltraLite ODBC application. It does not provide an extensive guide to ODBC programming, as the main reference for ODBC is the Microsoft [external link] ODBC SDK documentation.

UltraLite ODBC does not share some features with other C/C++ interfaces. For a listing of functions that cannot be used from UltraLite ODBC, see UltraLite C/C++ Common API Reference.