I use a CRecordset derived class created with classwizard MSVC++ 6.0.
My datasource is connected to sqlserver 6.5 or oracle 7.3.
I need to control the connection time and if the datasource doesn't
respond within 10 seconds I want to ignore it.
How can I control the login timeout when connecting to my datasource ?
It seems that CDatabase::SetLoginTimeout() does not work ?
Thanks,
-per