MobiLink Synchronization User's Guide
Adaptive Server Anywhere Clients
Creating MobiLink users
This section describes how to add a MobiLink user name to a remote database. For information on supplying MobiLink user properties, including the password, see Configuring MobiLink user properties.
To add a MobiLink user to a remote database (Sybase Central)
Connect to the database from the Adaptive Server Anywhere plug-in as a user with DBA authority.
Click the MobiLink Users folder.
From the File menu, choose New
Enter a name for the MobiLink user. This name is supplied to the MobiLink synchronization server during synchronization.
Click Finish.
To add a MobiLink user to a remote database (SQL)
Connect to the database as a user with DBA authority.
Execute a CREATE SYNCHRONIZATION USER statement.
The following example adds a MobiLink user named SSinger:
CREATE SYNCHRONIZATION USER SSinger
You can specify properties for the MobiLink user as part of the CREATE SYNCHRONIZATION USER statement, or you can specify them separately with an ALTER SYNCHRONIZATION USER statement.
For more information, see CREATE SYNCHRONIZATION USER statement [MobiLink].