version

Specify the version of HTTP to use for synchronization.

Syntax
version=HTTP-version-number
Protocols
Support notes
Default

The default value is 1.1.

Remarks

This option is useful if your HTTP infrastructure requires a specific version of HTTP. Values can be 1.0 or 1.1.

For information about how to set network protocol options with dbmlsync, see CommunicationAddress (adr) extended option.

For information about how to set network protocol options with UltraLite, see Network protocol options for UltraLite synchronization streams.

Example

The following example sets the HTTP version to 1.0.

On a SQL Anywhere client, the implementation is:

dbmlsync -e "adr=version=1.0"

In an UltraLite application written in embedded SQL or C++, the implementation is:

synch_info.stream_parms = TEXT("version=1.0");