Collection Contents Previous Next PDF

ASA SQL Reference

SQL Statements

DROP PUBLICATION statement


Description 

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.

Syntax 

DROP PUBLICATION [ owner.]publication-name

ownerpublication-name : identifier

Usage 

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

Collection Contents Previous Next PDF