The application read timeout option helps detect failures in low level network RPC read operations. The timeout setting applies to the read in the physical network (TCP/IP protocol only).
This RPC read timeout (called connection timeout in ODBC and JDBC) can be configured (in milliseconds) in the following ways. The default timeout is 0 – infinite (operating system default timeout applies),
Note For client applications such as the watchdog, it is convenient to provide the RPC read timeout (called also connection timeout) in the Com.Connectparameter using the -roption. Otherwise certain network failure types may cause indefinite waits.
Note The Connectparameters in the [Com] section, [Watchdog] section, and [Hotstandby] section are for different purposes. Make sure that you edit the correct one.
▪Connect string of the SQLConnect function (-r option)
In the example above, the constant SQL_NTS indicates that the previous string (servername, username, or password) was passed as a standard Null-Terminated String.