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; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |