Dropping publications

You can drop a publication using either Sybase Central or the DROP PUBLICATION statement.

You must have DBA authority to drop a publication or be the owner of the publication.

 Delete a publication (Sybase Central)
  1. Connect to the remote database as a user with DBA authority using the SQL Anywhere 12 plug-in.

  2. Open the Publications folder.

  3. Right-click a publication and choose Delete.

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

  2. Execute a DROP PUBLICATION statement.

 See also
 Example