Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 客户端管理 » 用于 MobiLink 的 SQL Anywhere 客户端 » MobiLink SQL Anywhere 客户端实用程序 (dbmlsync)

 

-d 选项

删除远程数据库的有冲突的锁定。

语法
dbmlsync -d ...
注释

在同步过程中,除非 LockTables 扩展选项设置为 OFF,否则将锁定正在同步的发布中所涉及的所有表,以防止任何其它进程进行更改。如果另一连接锁定了这些表中的某个,同步会失败或延迟。指定此选项将强制 SQL Anywhere 删除所有其它包含冲突锁定的远程数据库连接,从而可立即进行同步。

另请参见