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 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.