Use this statement to drop a synchronization subscription in a MobiLink remote database.
DROP SYNCHRONIZATION SUBSCRIPTION TO publication-name [ FOR ml_username, ... ]
Must have DBA authority. Requires exclusive access to all tables referred to in the publication.
Automatic commit.
SQL/2003 Vendor extension.
The following example drops the subscription between the MobiLink user ml_user1 and the publication called sales_publication:
DROP SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR "ml_user1"; |
The following example omits the FOR clause, and so drops the default settings for the publication called sales_publication:
DROP SYNCHRONIZATION SUBSCRIPTION TO sales_publication; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |