Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定同步应只包括上载。
uo={ ON | OFF }; ...
UploadOnly={ ON | OFF }; ...
在仅上载同步期间,dbmlsync 会准备并发送一个上载到 MobiLink 服务器,所采用的方式与正常的完全同步完全相同。但是,MobiLink 服务器只发送一个确认来指示上载是否成功提交,而不会回发下载。
有关必须为仅上载同步定义的脚本列表,请参见必需的脚本。
缺省值为 OFF。
以下 dbmlsync 命令行说明在启动 dbmlsync 时如何设置此选项:
dbmlsync -e "uo=on"
以下 SQL 语句说明如何在数据库中存储此选项:
CREATE SYNCHRONIZATION SUBSCRIPTION TO sales_publication FOR ml_user1 OPTION uo='on';