I am converting my apps from VS6 to .NET.
In ADO I could add a query timeout value for the connection to SQL Server.
In ADO.NET I cannot use the same connection string.
How do I increase the time for a query to run in ADO.NET as
some of my procedures are lengthy?
Mike