ASA SQL Reference
SQL Statements
Use this statement to drop a publication. In MobiLink a publication identifies synchronized data in a Adaptive Server Anywhere remote database. In SQL Remote, publications identify replicated data in both consolidated and remote databases.
DROP PUBLICATION [ owner.]publication-name
owner, publication-name : identifier
This statement is applicable only to MobiLink and SQL Remote.
Must have DBA authority.
Automatic commit. All subscriptions to the publication are dropped.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
The following statement drops the pub_contact publication.
DROP PUBLICATION pub_contact