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_update scripts Next Page

Writing upload_delete scripts


The MobiLink server uses this event during processing of the upload to handle rows deleted from the remote database. The following statement shows how to use the upload_delete statement.

DELETE FROM emp
WHERE emp_id = {ml r.emp_id}

See upload_delete table event.