Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » MobiLink - Client Administration » SQL Anywhere Clients for MobiLink » SQL Anywhere clients » Creating MobiLink users

 

Dropping MobiLink users

You must drop all subscriptions for a MobiLink user before you drop the user from a remote database.

♦  To drop a MobiLink user from a remote database (Sybase Central Admin mode)
  1. Connect to the database from the SQL Anywhere plug-in as a user with DBA authority.

  2. Locate the MobiLink user in the MobiLink Users folder.

  3. Right click the MobiLink user and choose Delete.

♦  To drop a MobiLink user from a remote database (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a DROP SYNCHRONIZATION USER statement.

    The following example removes the MobiLink user named SSinger from the database:

    DROP SYNCHRONIZATION USER SSinger

    For more information, see DROP SYNCHRONIZATION USER statement [MobiLink].