Contents Index stream_error synchronization parameter upload_ok synchronization parameter

UltraLite Embedded SQL User's Guide
  Synchronization Parameters Reference
    Synchronization parameters

stream_parms synchronization parameter


Function 

Sets parameters to configure the synchronization stream.

A semi-colon separated list of parameter assignments. Each assignment is of the form keyword=value, where the allowed sets of keywords depends on the synchronization stream.

For a list of available parameters for each stream, see the following sections:

Default 

The parameter is optional, is a string, and by default is null.

Usage 

Set the parameter as follows:

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

Synchronization stream parameters.


Contents Index stream_error synchronization parameter upload_ok synchronization parameter