You can drop a publication using either Sybase Central or Interactive SQL.
In Sybase Central, you can perform this task while working with the connected database.
To drop a publication (Sybase Central)
Connect to the UltraLite database.
In the left pane, double-click the Publications folder.
Right-click the publication and choose Delete.
Click Yes.
In Interactive SQL, deleting a publication is also called dropping it. You can perform this task with the DROP PUBLICATION statement.
To drop a publication (Interactive SQL)
Connect to the UltraLite database.
Execute a DROP PUBLICATION statement.
For example, the following statement drops the publication named pub_orders:
DROP PUBLICATION pub_orders; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |