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.

 Store MobiLink extended options in the database (Sybase Central)
  1. Connect to the database from the SQL Anywhere 12 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.

 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

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

 Specify MobiLink user properties with a client event hook
 See also