UltraLite Database User's Guide
Tutorial: Walking Through a Sample UltraLite Application
Introduction
File locations for the sample application
Source code is provided for both the consolidated database and the UltraLite application in the Samples\UltraLite\CustDB and Samples\MobiLink\CustDB subdirectories of your SQL Anywhere directory.
Consolidated database source In this chapter we use the Adaptive Server Anywhere CustDB database as the consolidated database.
You can also build Sybase Adaptive Server Enterprise, Microsoft SQL Server, or Oracle consolidated databases and run the application against those database-management systems.
You can use one of the SQL scripts in the Samples\MobiLink\CustDB directory to build a consolidated database for a DBMS other than Adaptive Server Anywhere.
custase.sql Sybase Adaptive Server Enterprise.
custdb.sql Sybase Adaptive Server Anywhere.
custdb2.sql IBM DB2.
custmss.sql Microsoft SQL Server.
custora.sql Oracle.
The Adaptive Server Anywhere consolidated database is already built and installed. You only need the scripts to make a consolidated database using another relational database product. You do not need the scripts for this tutorial.
For more information, see The CustDB Sample Application.
Application source For the static programming interfaces (embedded SQL, static C++ API, and static Java API) the executable and source code is held in a subdirectory of your Samples\Ultralite directory. Each UltraLite component has a separate directory immediately under the Samples directory.