Contents Index example_upload_delete table event example_upload_update table event

MobiLink Synchronization Reference
  Synchronization Events

example_upload_insert table event


Function 

Provides an event that the MobiLink synchronization server uses during processing of the upload stream to handle rows inserted into the remote database.

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

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.

See also 

upload_insert table event

SQL example 

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 ( ?, ?, ? )

Contents Index example_upload_delete table event example_upload_update table event