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

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Remote » 创建 SQL Remote 系统 » 更新冲突 » 使用 VERIFY 子句的自定义冲突解决方法

 

verify_all_columns 选项

缺省情况下,数据库选项 verify_all_columns 为 Off。如果将其设置为 Off,则只检查那些更新的列。当 verify_all_columns 选项被设置为 On 时:

  • 对复制的 UPDATE 语句验证所有列。

  • 只要有任何列不相同,就会触发 RESOLVE UPDATE 触发器。

  • 消息大小会增大,因为要为每个 UPDATE 语句发送更多信息。

可以为 PUBLIC 角色或只为包含在 SQL Remote 连接字符串中的用户设置 verify_all_columns 选项。

 抽取实用程序 (dbxtract)
 另请参见