Contents Index Creating MobiLink users Configuring MobiLink user properties

MobiLink Synchronization User's Guide
  Adaptive Server Anywhere Clients
    Creating MobiLink users

Adding MobiLink users to a remote database


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)

  1. Connect to the database from the Adaptive Server Anywhere plug-in as a user with DBA authority.

  2. Click the MobiLink Users folder.

  3. From the File menu, choose New > MobiLink User. The Create a New MobiLink User wizard appears.

  4. Enter a name for the MobiLink user. This name is supplied to the MobiLink synchronization server during synchronization.

  5. Click Finish.

To add a MobiLink user to a remote database (SQL)

  1. Connect to the database as a user with DBA authority.

  2. 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].


Contents Index Creating MobiLink users Configuring MobiLink user properties