Sets options to configure the network protocol.
The syntax varies depending on the API you use. You can also set this parameter with ulsync.
Null
String
This parameter is optional. It accepts 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.
UltraLite for C/C++ applications can set the parameter as follows:
ul_synch_info info; // ... info.stream_parms= UL_TEXT( "host=myserver;port=2439" ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |