I have an Windows C++ MFC application that uses Microsoft's CDatabase abstraction. I have tested the use of SetLoginTimeout() and SetQueryTimeout() to configure custom timeouts for connection/querying of my Oracle database. The driver is ODBC v 11g 32-bit. However, I am not seeing any changes to the timeout settings during my tests. The connection timeout (via CDatabase::SetLoginTimeout()) setting always results in a 21 seconds timeout. Does someone know if these timeouts are supported on that driver version or if I may be missing some obvious setting somewhere else.