MS Server 2000
MS SQL Server 2003
Connection timeout not updating correctly. In Enterprise Manager I updated from 600 to 900 seconds. I had some connections issues and the solution said to modify the properties of the DB user to grant it 'write' privilege. It solved the
first issue but now it is timing out after 300 seconds. After searching again I saw something about modifying the timeout for the user. Could this be the solution and how do you do that.
Classic ASP. In the code I use:
Server.CreateObject("ADODB.Command")
Thank you in advance.