Contents Index The CustDB Sample Application Setup

MobiLink Synchronization User's Guide
  The CustDB Sample Application

Introduction


This chapter introduces you to the CustDB (Customer Database) MobiLink sample application. CustDB is a sales-status application.

The CustDB sample is a valuable resource for the MobiLink developer. It provides you with examples of how to implement many of the techniques you will need to develop MobiLink applications.

The application has been designed to illustrate several common synchronization techniques. To get the most out of this chapter, you should study the sample application as you read.

A version of CustDB is supplied for each supported operating system and for each supported database type.

For the locations of CustDB and setup instructions, see Setting up the CustDB consolidated database.

Following is the schema of CustDB:

CustDB schema.
Scenario 

The CustDB scenario is as follows.

A consolidated database is located at the head office. The following data is stored in the consolidated database:

There are two types of remote databases, mobile managers and sales representatives.

Each mobile sales representative's database contains all products but only those orders assigned to that sales representative while a mobile manager's database contains all products and orders.

Synchronization design 

The synchronization design in the CustDB sample application uses the following features:


Contents Index The CustDB Sample Application Setup