Contents Index Synchronization Techniques Development tips

MobiLink Synchronization User's Guide
  Synchronization Techniques

Introduction


The chapter Writing Synchronization Scripts describes how to write simple synchronization scripts, store them in your database, and test that they are free of syntax errors.

Many useful synchronization features require not just one script, but a set of scripts working together. This chapter describes how to implement some common synchronization techniques. The examples describe SQL synchronization scripts. You can also use Java or .NET synchronization logic, although the upload and download events still require a knowledge of the SQL scripts.

Example 

The timestamp-based synchronization of the Customer table used in the Contact sample application requires the following scripts:


Contents Index Synchronization Techniques Development tips