MobiLink Synchronization Reference
Synchronization Events
Provides an event that the MobiLink synchronization server does not use during processing of the upload stream to handle rows inserted into the remote database. The event is not called.
Item | Parameter |
---|---|
1 | column 1 |
2 | column 2 |
... | ... |
The statement based example_upload_cursor script performs direct inserts of column values identical to those specified in the example_upload_cursor statement. The example_upload_cursor event is not called by MobiLink.
The script is not called. If it were 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.
SELECT cust_id, name, rep_id FROM customer WHERE cust_id=?