Use this statement to drop one or more synchronization users from a SQL Anywhere remote database.
DROP SYNCHRONIZATION USER ml_username, ...
ml_username: identifier
Drop one or more synchronization users from a MobiLink remote database.
Must have DBA authority. Requires exclusive access to all tables referred to in the publication.
All subscriptions associated with the user are also deleted.
SQL/2003 Vendor extension.
Remove MobiLink user ml_user1 from the database.
DROP SYNCHRONIZATION USER ml_user1; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |