Use this statement to drop a publication. In MobiLink, a publication identifies synchronized data in a SQL 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/2003 Vendor extension.
The following statement drops the pub_contact publication.
DROP PUBLICATION pub_contact; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |