MobiLink Synchronization Reference
Synchronization Events
Provides an event that the MobiLink synchronization server uses during processing of the upload stream to handle rows inserted into the remote database.
Item | Parameter |
---|---|
1 | column 1 |
2 | column 2 |
... | ... |
The statement based example_upload_insert script performs direct inserts of column values identical to those specified in the upload_insert statement.
The example_upload_insert event is not called.
The script is not called. But if called, it would insert the values into a table named Customer in the consolidated database. The final column of the table identifies the Customer as active. The final column does not appear in the remote database.
INSERT INTO Customer( cust_id, name, rep_id ) VALUES ( ?, ?, ? )