Drops 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.
You must have exclusive access to all tables referred to by publications subscribed to by the user.
You must have the SYS_REPLICATION_ADMIN_ROLE system role.
All subscriptions associated with the user are also deleted.
Not in the standard.
Remove MobiLink user SSinger from the database.
DROP SYNCHRONIZATION USER SSinger;