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

SQL Anywhere 10.0.1 » MobiLink - Client Administration » UltraLite Synchronization Parameters and Network Protocol options » Synchronization parameters for UltraLite

Stream Type synchronization parameter Next Page

Stream Parameters synchronization parameter


Sets options to configure the network protocol.

Syntax

The syntax varies depending on the API you use. You can also set this parameter with ulsync.

Default

Null

Allowed values

String

Remarks

This parameter is optional.

A semicolon separated list of network protocol options. Each option is of the form keyword=value, where the allowed sets of keywords depends on the network protocol.

See also
Example

UltraLite for C/C++ applications can set the parameter as follows:

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