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.

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