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.
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.
Change the properties as needed.
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].
You can programmatically customize the behavior of an upcoming synchronization.
For more information, see sp_hook_dbmlsync_set_extended_options.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |