Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Statements

DROP EXTERNLOGIN statement Next Page

DROP PUBLICATION statement [MobiLink] [SQL Remote]


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.

Syntax

DROP PUBLICATION [ owner.]publication-name

owner, publication-name : identifier

Remarks

This statement is applicable only to MobiLink and SQL Remote.

Permissions

Must have DBA authority.

Side effects

Automatic commit. All subscriptions to the publication are dropped.

See also
Standards and compatibility
Example

The following statement drops the pub_contact publication.

DROP PUBLICATION pub_contact;