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

SQL Anywhere 10.0.1 » MobiLink - Getting Started » Exploring the CustDB Sample for MobiLink » Synchronizing CustDB

Synchronizing orders in the CustDB sample Next Page

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 >= {ml s.last_table_download}
Uploads

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