Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error "Time out..."

Status
Not open for further replies.

albam

Programmer
Apr 27, 2000
4
MX
Hi! I need your help! =(<br>I call an ASP (this create two tables in Oracle), but send me a message &quot;time out...&quot;<br>I try to resolve this problem whit :<br>&nbsp;&nbsp;&nbsp;&nbsp;Set Conn = Server.CreateObject(&quot;ADODB.Connection&quot;)<br>&nbsp;&nbsp;&nbsp;&nbsp;Conn.ConnectionTimeout = 15<br>&nbsp;&nbsp;&nbsp;&nbsp;Conn.CommandTimeout = 3600<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Session.Timeout = 600&nbsp;&nbsp;'Está dado en minutos<br>&nbsp;&nbsp;&nbsp;&nbsp;Server.ScriptTimeOut = 36000 'Está dado en seg&nbsp;&nbsp;&nbsp;&nbsp;<br><br>But nothing works...<br>Any idea please??????<br>Thanks!!!!!!!<br>
 
Try putting some 'response.write (&quot;...&quot;)' along the page to check where it hangs. Check also the header of the page. The code you posted seemed OK. <p> <br><a href=mailto: > </a><br><a href= > </a><br>
 
Thanks DannyB!!!<br>I use &quot;response.write&quot; in my ASP...It create 1 table, but don´t have time to finish the second.<br>I read about this, and maybe the problem is the navgator (Internet explorer), it have only 5 min. to try to resolve any thing... and my queris need more time =(<br>How i can change the parameter??????
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top