MobiLink Synchronization User's Guide
Adaptive Server Anywhere Clients
Subscribing MobiLink synchronization users
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)
Connect to the database as a user with DBA authority.
Open the MobiLink Users folder.
Select a MobiLink user.
Right-click the desired subscription and choose Delete from the popup menu.
To delete a synchronization subscription (SQL)
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
See also the DROP SYNCHRONIZATION SUBSCRIPTION statement [MobiLink].