Contents Index sp_hook_dbmlsync_end sp_hook_dbmlsync_logscan_begin

MobiLink Synchronization Reference
  Stored Procedures
    Client event-hook procedures

sp_hook_dbmlsync_log_rescan


Function 

Use this stored procedure to programmatically decide when a rescan is required.

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.
discarded storage (in) number The number of bytes of discarded memory after the last synchronization.
rescan (in|out) True|False If set to True by the hook, dbmlsync performs a complete rescan before the next synchronization. On entry, this value is set to False.
script version (in) script version name The MobiLink script version to be used for the synchronization.
Description 

When no other condition has been met that would force a rescan, this hook is called immediately after the sp_hook_dbmlsync_end hook. In some cases, this hook may be called even when dbmlsync is not hovering, but in these cases, return values from the hook are ignored.

See also 

HoverRescanThreshold (hrt) extended option


Contents Index sp_hook_dbmlsync_end sp_hook_dbmlsync_logscan_begin