How does the ODBC-ODBC Bridge client support connection timeouts?

Applications set connection timeouts by calling SQLSetConnectAttr with the attribute SQL_ATTR_CONNECTION_TIMEOUT. The Easysoft ODBC-ODBC Bridge version 1.0.0.23 only uses the connection timeout when actually connecting to the server and not for all ODBC calls. If the connection doesn't succeed within the timeout period you set, you'll get a diagnostic like this:

08001:1:4:[Easysoft ODBC (Client)]Client unable to establish connection
HY000:2:4:[Easysoft ODBC (Client)]Connection attempt timed out

However, there are some important points: