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: Download Subset by SQL Expression page Next Page

Create Synchronization Model wizard: Upload Conflict Detection page


A conflict occurs when a row has been updated on both the remote and consolidated databases since the last synchronization. This page allows you to set the level of conflict detection used.

This page has the following components:

No conflict detection    Select this option if you do not want any conflict detection. Uploaded updates are applied without checking for conflicts. This avoids having to fetch current row values from the consolidated database, so the synchronization of updates may be faster.

Row-based conflict detection    Select this option to use row-based conflict detection on upload. A conflict is detected if the row has been updated by both the remote and consolidated databases since the last synchronization. See:

Column-based conflict detection    Select this option to use column-based conflict detection. A conflict is detected if the same column has been updated for the row in both the remote and consolidated databases. See upload_fetch_column_conflict table event.

See also