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

SAP Sybase SQL Anywhere 16.0 » MobiLink - Client Administration » SQL Anywhere clients for MobiLink » SQL Anywhere clients » MobiLink users

 

Storing extended options for MobiLink users using SQL

You can specify options for each MobiLink user in the remote database by using extended options. Extended options can be specified on the command line, stored in the database, or specified with the sp_hook_dbmlsync_set_extended_options event hook.

Prérequis

You must have an existing database and a user ID that has the SYS_REPLICATION_ADMIN_ROLE system role.

Contexte et remarques

You can programmatically customize the behavior of an upcoming synchronization.

For more information, see sp_hook_dbmlsync_set_extended_options.

 Task
  1. Connect to the database.

  2. Execute an ALTER SYNCHRONIZATION USER statement.

    You can also specify properties when you create the MobiLink user name.

Résultat

Result

Suivant

The specified options for the MobiLink user are saved.

Exemple

The following example changes the extended options for MobiLink user named SSinger to their default values:

ALTER SYNCHRONIZATION USER SSinger
DELETE ALL OPTION

 See also