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

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite SQL Statement Reference

UltraLite DROP INDEX statement Next Page

UltraLite DROP PUBLICATION statement


Deletes a publication.

Syntax

DROP PUBLICATION publication-name1, ..., publication-nameX

Remarks

Use this when a publication that describes which data is uploaded to the MobiLink server has become outdated.

See also
Example

The following statement drops the pub_contact publication.

DROP PUBLICATION pub_contact