Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » Exploring the CustDB Samples for UltraLite

Introducing CustDB Next Page

Finding CustDB sample files


The SQL Anywhere installer automatically installs CustDB when it installs the software. The following table lists the location of these files, as well as describes them.

SQL Anywhere CustDB database

The consolidated database. During installation, an ODBC data source named SQL Anywhere 10 CustDB is created for this database.

The CustDB installation depends on whether you want to use the existing sample or recreate a new file:

For more information about the schema of this file, see Exploring the CustDB Sample for MobiLink.

The UltraLite CustDB database

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.

RDBMS-specific build scripts

The SQL scripts that rebuild a CustDB consolidated database for any one of the supported RDBMSs.

In the samples-dir\MobiLink\CustDB directory, you can find the following files:

For more information about setting up a consolidated database, see Setting up the CustDB consolidated database.

UltraLite CustDB client applications and ReadMe files

The end-user tools that provide a user-friendly interface to the UltraLite remote database. There is a sample client installed for each supported API.

Each client application also contains a ReadMe.html or ReadMe.txt file. The contents of these files vary. However in some cases they outline the steps required to build and run that sample.

The location the applications and its ReadMe depends on your development environment. See Lesson 1: Building and running the CustDB application.

SQL synchronization logic

The SQL statements needed to query and modify information from the UltraLite database and the calls required to start synchronization with the consolidated database.

samples-dir\UltraLite\CustDB\custdb.sqc

See also