This is the consolidated database. During installation, an ODBC data source called SQL Anywhere 12 CustDB is created for this
database. The database file is located at %SQLANYSAMP12%\UltraLite\CustDB\. You can recreate this database at any time using makedbs.cmd (makedbs.sh for Mac or Linux).
You can erase changes that were synchronized into the consolidated CustDB.db file, so you have a clean version to work with using this script: C:\Program Files\SQL Anywhere 12\UltraLite\CustDB\newdb.bat
This is the remote version of the consolidated database that contains only a subset of the information, depending on which
user synchronizes the database.
The file name and location can vary depending on the platform, programming language, or even device.
For UltraLite.NET: C:\Program Files\SQL Anywhere 12\UltraLite.NET\CustDB\Common\custdb.udb
For all other platforms and APIs: C:\Program Files\SQL Anywhere 12\UltraLite\CustDB\custdb.udb
The UltraLite database is also recreated by the makedbs.cmd script (makedbs.sh for Mac or Linux).
These are the end-user applications that provide a user-friendly interface to the UltraLite remote database. There is a sample
client installed for each supported platform.
Each client application also contains a ReadMe.html or ReadMe.txt file. Although the contents of these files vary, they all include an outline the steps required to build and run the sample.