 
 
 ![DROP SYNCHRONIZATION SUBSCRIPTION statement [MobiLink]](gif/backward.gif) 
 ![START SYNCHRONIZATION DELETE statement [MobiLink]](gif/forward.gif) 
MobiLink Synchronization Reference
  SQL Statements
Use this statement to drop a synchronization user from a MobiLink 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/92 Vendor extension.
SQL/99 Vendor extension.
Remove MobiLink user ml_user1 from the database.
DROP SYNCHRONIZATION USER ml_user1
 
 
 ![DROP SYNCHRONIZATION SUBSCRIPTION statement [MobiLink]](gif/backward.gif) 
 ![START SYNCHRONIZATION DELETE statement [MobiLink]](gif/forward.gif)