INI parameter
|
Overridden with SQL
|
Driver
|
Connection string
|
---|---|---|---|
|
SET STATEMENT MAXTIME minutes
|
ODBC:
SQL_ATTR_QUERY_TIMEOUT (in seconds)
SQL_ATTR_QUERY_TIMEOUT_MS (in milliseconds, non-standard)
JDBC:
statement.setQueryTimeout() (in seconds)
Note:
▪ In version prior to V7.0 Fix Pack 4, the timeout unit in SMA connections is milliseconds.
▪ As of V7.0 Fix Pack 4, the timeout unit in SMA connections is seconds.
|
|
INI parameter
|
Overridden with SQL
|
Driver
|
Connection string
|
---|---|---|---|
[General] LockWaitTimeOut=seconds
|
SET LOCK TIMEOUT {seconds | milliseconds MS}
|
|
|
INI parameter
|
Overridden with SQL
|
Driver
|
Connection string
|
---|---|---|---|
|
SET OPTIMISTIC LOCK TIMEOUT
{seconds | milliseconds MS} |
|
|
INI parameter
|
Overridden with SQL
|
Driver
|
Connection string
|
---|---|---|---|
[General] TableLockWaitTimeout=seconds
|
|
|
|
INI parameter
|
Overridden with SQL
|
Driver
|
Connection string
|
---|---|---|---|
[Srv] AbortTimeOut
|
|
|
|
INI parameter
|
Overridden with SQL
|
Driver
|
Connection string
|
---|---|---|---|
[Srv]
ConnectTimeOut=minutes |
SET IDLE TIMEOUT {seconds | milliseconds MS}
|
JDBC:
Connection property (non-standard):
"solid_idle_timeout_min"
|
|