DROP SYNCHRONIZATION USER statement [MobiLink]

Use this statement to drop one or more synchronization users from a SQL Anywhere remote database.

Syntax
DROP SYNCHRONIZATION USER ml_username, ...
ml_username: identifier
Remarks

Drop one or more synchronization users from a MobiLink remote database.

Permissions

Must have DBA authority. Requires exclusive access to all tables referred to in the publication.

Side Effects

All subscriptions associated with the user are also deleted.

See also
Standards and compatibility
  • SQL/2003   Vendor extension.

Example

Remove MobiLink user ml_user1 from the database.

DROP SYNCHRONIZATION USER ml_user1;