Well, I know that Informix does not support connection timeouts via ODBC, but you can set a couple environment variables to control connection timeouts (Makes sense, huh?)
Well, what about query timeouts? Recently we had an outage that would have gone a bit smoother if I had query timeouts. After reading the ODBC docs on SQLSetStmtOption I see there is SQL_QUERY_TIMEOUT, but it says that Informix does not support it.
Informix 9.3
So.. is there any "graceful" wait of doing this or am I going to have to kludge something up?
Amazingly, google & company don't show too many people having issues with this!