MobiLink Synchronization User's Guide
Adaptive Server Anywhere Clients
Publishing data
You can drop a publication using either Sybase Central or the DROP PUBLICATION statement. Before dropping the publication, you must drop all subscriptions connected to it.
You must have DBA authority to drop a publication.
To delete a publication (Sybase Central)
Connect to the remote database as a user with DBA authority using the Adaptive Server Anywhere plug-in.
Open the Publications folder.
Right-click the desired publications and choose Delete from the popup menu.
To delete a publication (SQL)
Connect to the remote database as a user with DBA authority.
Execute a DROP PUBLICATION statement.
The following statement drops the publication named pub_orders.
DROP PUBLICATION pub_orders
See also the DROP PUBLICATION statement.