Folks, I have some old code that uses a mixture of Enterprise Library 5 and
traditional ADO.NET classes. On some machines I'm getting command timeouts
at 30 seconds. Is there a way of globally changing the timeout for all
commands on the connection, perhaps by changing the connection string?

I could get into every db call and set the timeout on each command, but
there are hundreds of them. That's why I'm looking for some global change
that avoids code changes.

*Greg K*

Reply via email to