Contents Index DROP SYNCHRONIZATION SUBSCRIPTION statement [MobiLink] DROP VARIABLE statement

ASA SQL Reference
  SQL Statements

DROP SYNCHRONIZATION USER statement [MobiLink]


Description 

Use this statement to drop a synchronization user from a MobiLink remote database.

Syntax 

DROP SYNCHRONIZATION USER ml_username, ...

ml_usernameidentifier

Usage 

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.

Standards and compatibility 
Example 

Remove MobiLink user ml_user1 from the database.

DROP SYNCHRONIZATION USER ml_user1

Contents Index DROP SYNCHRONIZATION SUBSCRIPTION statement [MobiLink] DROP VARIABLE statement