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.
Connect to the database as a user with DBA authority.
Open the MobiLink Users folder.
Select a MobiLink user.
Right-click a subscription and choose Delete.
Connect to the database as a user with DBA authority.
Execute a DROP SYNCHRONIZATION SUBSCRIPTION statement.
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 |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |