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.
Oopen the Publications folder.
Right-click the desired publications and choose Delete from the popup menu.
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.
Example The following statement drops the publication named pub_orders:
DROP PUBLICATION pub_orders