Contents Index sp_hook_dbmlsync_schema_upgrade sp_hook_dbmlsync_upload_end

MobiLink Synchronization Reference
  Stored Procedures
    Client event-hook procedures

sp_hook_dbmlsync_upload_begin


Function 

Use this stored procedure to add custom actions immediately before the transmission of the upload.

Rows in #hook_dict table  
Name Values Description
publication_n (in) publication name The publications being synchronized, where n is an integer. There is one publication_n entry for each publication being uploaded.
MobiLink user (in) MobiLink user name The MobiLink user for which you are synchronizing.
script version (in) script version name The MobiLink script version to be used for the synchronization.
Description 

If a procedure of this name exists, it is called immediately before dbmlsync sends the upload stream.

Actions of this procedure are committed immediately after execution.

See also 

Synchronization event hook sequence


Contents Index sp_hook_dbmlsync_schema_upgrade sp_hook_dbmlsync_upload_end