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

 

Stream Parameters 同步参数

设置选项来配置网络协议。

语法

根据所使用的 API 不同语法会有所变化。还可以使用 ulsync 设置此参数。

缺省值

Null

允许值

字符串

注释

此参数是可选的。它接受用分号分隔的网络协议选项列表。每个选项的形式均为 keyword=value,其中允许使用的关键字集取决于网络协议。

另请参见
示例

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

ul_synch_info info;
// ...
info.stream_parms= UL_TEXT( "host=myserver;port=2439" );