Introduction to dbmlsync extended options

Extended options can be specified on the dbmlsync command line using the -e or -eu options, or they can be stored in the database. You store extended options in the database by using Sybase Central, by using the sp_hook_dbmlsync_set_extended_options event hook, or by using the OPTION clause in any of the following statements:

  • CREATE SYNCHRONIZATION SUBSCRIPTION

  • ALTER SYNCHRONIZATION SUBSCRIPTION

  • CREATE SYNCHRONIZATION USER

  • ALTER SYNCHRONIZATION USER

  • CREATE SYNCHRONIZATION SUBSCRIPTION without specifying a synchronization user (which associates extended options with a publication)

 Priority order
 See also
 Example