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

SQL Anywhere 11.0.0 » MobiLink - Client Administration » Introduction to SQL Anywhere Clients for MobiLink » SQL Anywhere clients » Creating synchronization subscriptions

 

Dropping MobiLink subscriptions

You can delete a synchronization subscription using either Sybase Central or the DROP SYNCHRONIZATION SUBSCRIPTION statement.

You must have DBA authority to drop a synchronization subscription.

To delete a synchronization subscription (Sybase Central Admin mode)

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

  2. Open the MobiLink Users folder.

  3. Select a MobiLink user.

  4. Right-click a subscription and choose Delete from the popup menu.

To delete a synchronization subscription (SQL)

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

  2. Execute a DROP SYNCHRONIZATION SUBSCRIPTION statement.

Example

The following statement drops the synchronization subscription of MobiLink user jsmith to a publication named pub_orders.

DROP SYNCHRONIZATION SUBSCRIPTION
FOR jsmith TO pub_orders

See DROP SYNCHRONIZATION SUBSCRIPTION statement [MobiLink].