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)
Connect to the database from the SQL Anywhere plug-in as a user with DBA authority.
Open the MobiLink Users folder.
Right-click the MobiLink user name and choose Properties from the popup menu.
Change the properties as needed.
To store MobiLink extended options in the database (SQL)
Connect to the database as a user with DBA authority.
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
You can programmatically customize the behavior of an upcoming synchronization.
For more information, see sp_hook_dbmlsync_set_extended_options.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |