MobiLink Synchronization User's Guide
Writing Synchronization Scripts
Writing scripts to upload rows
The MobiLink synchronization server uses this event during processing of the upload stream 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=?
For more information, see upload_delete table event.