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

SQL Anywhere 11.0.1 (中文) » UltraLite - 数据库管理和参考 » UltraLite 用作 MobiLink 客户端 » UltraLite 同步参数和网络协议选项 » UltraLite 的同步参数

 

Ignored Rows 同步参数

同步时设置此字段来显示同步期间由于缺少脚本而被服务器忽略了的行。

语法

根据所使用的 API 不同语法会有所变化。

允许值

Boolean

注释

此参数是只读的。

另请参见
示例

UltraLite for C/C++ 应用程序可以按如下方法访问参数:

ul_synch_info info;
// ...
res = info.ignored_rows;