Re: <strong>method setlogintimeout() of DriverManager doesn't work as per documentation</strong>
Posted By:
Bernie_Acs
Posted On:
Thursday, November 29, 2001 09:31 AM
The default value for LoginTimeOut() is zero which means wait forever for most DBs and that seems to be what you are compaining is happening even when you set the value to non-zero using this method call.
I am a bit curious as to what DB type and driver are you using ?
Would submit a snipplet of code showing what you have actually done to establish the failure you are witnessing?