UltraLite User's Guide
Tutorial: 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 8.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 different executable is supplied for each operating system. These executables are held in subdirectories of your ultralite directory named for the operating system. Each operating system directory has a separate subdirectory for each supported CPU, and the executable files are located in these subdirectories.
ce Windows CE applications.
palm Palm Computing Platform applications.
win32 A Windows application.
java A Java application.
This chapter uses the win32, ce, and palm versions of the application.