Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定当应用下载时触发器应在远程数据库上触发。
ft={ ON | OFF }; ...
FireTriggers={ ON | OFF }; ...
缺省值为 ON。
以下 dbmlsync 命令行说明在启动 dbmlsync 时如何设置此选项:
dbmlsync -e "ft=off"
以下 SQL 语句说明如何在数据库中存储此选项:
CREATE SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR ml_user1 OPTION ft='off';