Contents Index Writing upload_insert scripts Writing upload_delete scripts

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

Writing upload_update scripts


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

UPDATE emp
SET emp_name=?
WHERE emp_id=?

For more information, see upload_update table event.


Contents Index Writing upload_insert scripts Writing upload_delete scripts