Contents Index Writing scripts to upload rows Writing upload_update scripts

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

Writing upload_insert scripts


The MobiLink synchronization server uses this event during processing of the upload stream to handle rows inserted into the remote database. The following INSERT statement shows how you use the upload_insert statement.

INSERT INTO emp (emp_id,emp_name)
VALUES (?,?)

For more information, see upload_insert table event.


Contents Index Writing scripts to upload rows Writing upload_update scripts