MobiLink Synchronization User's Guide
Adaptive Server Anywhere Clients
Creating MobiLink users
You can specify the following properties for each MobiLink user in a remote database:
Connection properties This information includes the address for the MobiLink synchronization server, the protocol to use for communications with the server, and other connection parameters.
For more information, see CREATE SYNCHRONIZATION USER statement [MobiLink].
Extended options Extended options include the password (although it is more secure to supply a password at synchronization time, and use it on the dbmlsync command line), the script version, as well as options that tune performance and behavior.
For more information, see -e extended options.
To configure MobiLink user properties (Sybase Central)
Connect to the database from the Adaptive Server 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 pop-up menu.
Change the properties as needed.
To configure MobiLink user properties (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].
Priority order for extended options and connection parameters