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.

 Delete a synchronization subscription (Sybase Central)
  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.

 Delete a synchronization subscription (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a DROP SYNCHRONIZATION SUBSCRIPTION statement.

 Example
 See also