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 - Server Administration » Writing Synchronization Scripts » Writing scripts to upload rows

Writing upload_insert scripts Next Page

Writing upload_update scripts


The MobiLink server uses this event during processing of the upload to handle rows updated at the remote database. The following UPDATE statement illustrates use of the upload_update statement.

UPDATE emp
SET emp_name = {ml r.emp_name}
WHERE emp_id = {ml o.emp_id}

See upload_update table event.