The Notifier allows you to create custom SQL to program the server-initiated synchronization process. You do this by setting properties. For example, you would configure properties to perform tasks such as the following:
Note: The request_cursor property is the only required property. See request_cursor property.
For a complete list of Notifier properties, see MobiLink Notifier properties.
For information about how to set Notifier properties, see Setting properties.
The following pseudo-code shows the sequence in which server-initiated synchronization properties are used. Note that except for request_cursor, all of these properties are optional.
connect_string
isolation
begin_connection
poll_every
For each poll (
  begin_poll
  shutdown_query
  request_cursor
    For all requests expired before required confirmation (
      error_handler
    )   
  request_delete
  end_poll
)
end_connection | 
                  
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |