TTC_SqlTimeoutMS

For client/server, this specifies the integer number of milliseconds the client will wait for a response to a request. It overrides the TTC_Timeout connection attribute for any SQL execution request other than SQLDriverConnect or SQLDisconnect. A value of 0 means there is no timeout. A negative value defers to the TTC_Timeout setting (which is in integer seconds).

(The timeout for SQLDriverConnect and SQLDisconnect is specified by setting the TimesTen TTC_ConnectTimeout connection attribute.)

Also see TTC_Timeout and TTC_ConnectTimeout.

Required Privilege

No privilege is required to change the value of this attribute.

Setting

Set TTC_SqlTimeoutMS as follows.

Where to set the attribute How the attribute is represented Setting

C or Java programs or UNIX and Linux systems ODBC.INI file

TTC_SqlTimeoutMS

Integer milliseconds to wait for response from client.

Windows ODBC Data Source Administrator

N/A