Contents Index Writing upload_update scripts Writing upload_fetch scripts

MobiLink Synchronization User's Guide
  Writing Synchronization Scripts
    Writing scripts to upload rows

Writing upload_delete scripts


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.


Contents Index Writing upload_update scripts Writing upload_fetch scripts