Contents Index end_upload_rows table event example_upload_delete table event

MobiLink Synchronization Reference
  Synchronization Events

example_upload_cursor table event


Function 

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.

Parameters 
Item Parameter
1 column 1
2 column 2
... ...
Description 

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.

SQL example 

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=?

Contents Index end_upload_rows table event example_upload_delete table event