Scripts to upload rows

To inform the MobiLink server on how to process the upload data received from the remote databases, you define upload scripts. You write separate scripts to handle rows that are updated, inserted, or deleted at the remote database. A simple implementation would perform corresponding actions (update, insert, delete) at the consolidated database.

The MobiLink server uploads data in a single transaction. For information about the upload process, see Events during upload.

For techniques for uploading rows using Java or .NET synchronization logic, see Row uploads and downloads.

 Notes

upload_insert scripts
upload_update scripts
upload_delete scripts
upload_fetch scripts