The quick solution is to refresh the page again. You will need to upgrade MDAC (Microsoft Data Access Controls) to the latest version.
http://www.microsoft.com/downloads/d...7-185d0506396c
Also try to refer to your SQL server with IP address instead of instance name or server name.
Another solution is to increase the timeout value in ASP script.
<%
Server.ScriptTimeout = 180
%>