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 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.