The following stored procedure names and arguments provide the interface for customizing synchronization at SQL Remote databases.
Unless otherwise stated, the following apply to event-hook procedures:
The #hook_dict table is created immediately before a hook is called using the following CREATE statement:
CREATE table #hook_dict( name VARCHAR(128) NOT NULL UNIQUE, value VARCHAR(255) NOT NULL ); |
The Message Agent uses the #hook_dict table to pass values to hook functions; hook functions use the #hook_dict table to pass values back to the Message Agent.
sp_hook_dbremote_begin
sp_hook_dbremote_end
sp_hook_dbremote_shutdown
sp_hook_dbremote_receive_begin
sp_hook_dbremote_receive_end
sp_hook_dbremote_send_begin
sp_hook_dbremote_send_end
sp_hook_dbremote_message_sent
sp_hook_dbremote_message_missing
sp_hook_dbremote_message_apply_begin
sp_hook_dbremote_message_apply_end
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |