Contents Index Synchronizing orders in the CustDB sample Synchronizing products in the CustDB sample

MobiLink Synchronization User's Guide
  The CustDB Sample Application
    Synchronization

Synchronizing customers in the CustDB sample


Business rules 

The business rules governing customers are as follows:

Downloads 

Customer information can be inserted or updated at the consolidated database. The script corresponding to these operations is as follows:

SELECT cust_id, cust_name FROM ULCustomer WHERE last_modified > ?
Uploads 

Customer information can be inserted, updated, or deleted at the remote database. The scripts corresponding to these operations are as follows:


Contents Index Synchronizing orders in the CustDB sample Synchronizing products in the CustDB sample