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

SAP Sybase SQL Anywhere 16.0 » MobiLink - Server Administration » MobiLink server technology » Synchronization techniques » Conflict handling » Conflict detection

 

Conflict detection with upload_update scripts

You do not define scripts for upload_fetch, upload_fetch_column_conflict, upload_old_row_insert, upload_new_row_insert, and resolve_conflict. Instead, you create a stored procedure to handle the conflict detection and resolution and you call it in the upload_update script.

See Conflict resolution with upload_update scripts.