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.
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.
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; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |