UltraLite Database User's Guide
Tutorial: Walking Through a Sample UltraLite Application
Introduction
File locations for the sample application
To run the CustDB sample application, you need the following components:
The consolidated database An Adaptive Server Anywhere version of the customer database is installed as the file custdb.db in the Samples\UltraLite\Custdb subdirectory of your SQL Anywhere directory.
This database serves as a consolidated database. It contains the following information:
MobiLink system tables that hold the synchronization metadata.
The CustDB data, stored in rows in base tables.
The synchronization scripts.
During the installation process, an ODBC data source named UltraLite 9.0 Sample is created for this database.
The MobiLink synchronization server The MobiLink synchronization server is in the win32 subdirectory of your SQL Anywhere directory.
The UltraLite application executable A version of the sample is supplied for each interface and operating system. 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.