Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » MobiLink - Server-Initiated Synchronization » MobiLink server settings for server-initiated synchronization » Notifier events » Connection events

 

begin_connection event

This event accepts SQL script and is fired after the Notifier connects to the consolidated database, but before it checks for push requests. The value is null by default, so this event is not fired.

You can use this event to create temporary tables or variables. You should not use this event to change isolation levels. To control isolation levels, use the isolation property. See Notifier properties.

If the Notifier loses the connection to the consolidated database, it re-runs this event immediately after reconnecting.

See also