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

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Context-Sensitive Help » MobiLink Plug-in Model Mode Help » MobiLink Model mode wizards

Create Synchronization Model wizard: Upload Conflict Detection page Next Page

Create Synchronization Model wizard: Upload Conflict Resolution page


This page allows you to set the method of resolution for detected conflicts.

This page has the following components:

Consolidated database wins    Select this option to reject all uploaded updates from the remote database that conflict with the consolidated database.

Remote database wins    Select this option to accept all uploaded updates from the remote database, even if they conflict with the consolidated database. You should only use this option with column-based conflict detection. Otherwise, it is the same as not using conflict detection.

Newer wins, using a timestamp column that you maintain    Select this option to use a timestamp column to determine which changes should be accepted. This option applies only to tables that have a timestamp column.

Custom conflict resolution    Select this option to use your own resolve_conflicts script. You can write the script in the Model mode Events tab after this wizard finishes. See Resolving conflicts with resolve_conflict scripts.

See also