Hi! I need your help! =(<br>I call an ASP (this create two tables in Oracle), but send me a message "time out..."<br>I try to resolve this problem whit :<br> Set Conn = Server.CreateObject("ADODB.Connection"
<br> Conn.ConnectionTimeout = 15<br> Conn.CommandTimeout = 3600<br><br> Session.Timeout = 600 'Está dado en minutos<br> Server.ScriptTimeOut = 36000 'Está dado en seg <br><br>But nothing works...<br>Any idea please??????<br>Thanks!!!!!!!<br>