Collection Contents Previous Next PDF

MobiLink Synchronization User's Guide

Adaptive Server Anywhere Clients

Creating MobiLink users

Configuring MobiLink user properties

Priority order for extended options and connection parameters

The CREATE/ALTER SYNCHRONIZATION USER and CREATE/ALTER SYNCHRONIZATION SUBSCRIPTION statements allow you to store extended options and connection parameters in the database and associate them with subscriptions, users or publications. The dbmlsync utility reads this information from the database.

Note: You specify options for a publication by using the CREATE SYNCHRONIZATION SUBSCRIPTION statement and omitting the FOR clause.

If extended options are specified in both the database and the command line, the option strings are combined. If conflicting options are specified, dbmlsync resolves them as follows, where options specified by earlier in the list take precedence over those occurring later in the list.

  1. options specified in the sp_hook_dbmlsync_set_extended_options event hook.

  2. options specified on the command line that aren't extended options. (For example, -ds overrides -e "ds=off".)

  3. options specified on the command line with the dbmlsync -eu option.

  4. options specified on the command line with the dbmlsync -e option.

  5. options saved with the subscription definition (whether using SQL statements or Sybase Central).

  6. options saved with the user definition (whether using SQL statements or Sybase Central).

  7. options saved with the publication definition (whether using SQL statements or Sybase Central).

If the connection TYPE or ADDRESS is specified in more than one place, the one specified with the highest priority according to the list above overrides any other specification.


Collection Contents Previous Next PDF