Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从 SQL Anywhere 远程数据库中删除一个或多个同步用户。
DROP SYNCHRONIZATION USER ml-username, ...
ml-username : identifier
从 MobiLink 远程数据库中删除一个或多个同步用户。
DBA 特权,并要求对用户预订发布中引用的所有表具有独占访问权限。
所有与用户关联的预订也将删除。
SQL/2008 服务商扩充。
从数据库中删除 MobiLink 用户 ml_user1。
DROP SYNCHRONIZATION USER ml_user1;