Storing extended options for MobiLink users

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.

For a list of extended options, see MobiLink SQL Anywhere client extended options.

To store MobiLink extended options in the database (Sybase Central Admin mode)
  1. Connect to the database from the SQL Anywhere plug-in as a user with DBA authority.

  2. Open the MobiLink Users folder.

  3. Right-click the MobiLink user name and choose Properties.

  4. Change the properties as needed.

To store MobiLink extended options in the database (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute an ALTER SYNCHRONIZATION USER statement.

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

    ALTER SYNCHRONIZATION USER SSinger
    DELETE ALL OPTION

    For more information, see ALTER SYNCHRONIZATION USER statement [MobiLink].

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

    For more information, see CREATE SYNCHRONIZATION USER statement [MobiLink].

To specify MobiLink user properties with a client event hook
See also