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 的同步参数

 

Upload OK 同步参数

同步过程设置此字段来报告上载到 MobiLink 服务器的数据的状态。

语法

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

注释

此参数由 UltraLite 设置,因此是只读参数。

同步后,如果上载成功,该参数保持为 true,否则为 false。如果有同步错误,您可以检查此参数,以了解在错误发生以前数据是否已经成功上载。

另请参见
示例

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

ul_synch_info info;
// ...
returncode = info.upload_ok;