aspnetuser
Technical User
I keep getting a lot of time out errors on this connection code that i use to sql server.
sub OpenDB()
Dim dbDir
Set dbConn = Server.CreateObject("ADODB.Connection")
DbConn.Open "Provider=SQLOLEDB; Data Source = ***.1111.111; Initial Catalog = ***; User Id = ***; Password = ****"
end sub
Is there any way I can increase the time out of this because some reports take a few minutes to run in my asp pasges and i need to up the time somehow.
ex:
code above
timeout expire (3 minutes)
sub OpenDB()
Dim dbDir
Set dbConn = Server.CreateObject("ADODB.Connection")
DbConn.Open "Provider=SQLOLEDB; Data Source = ***.1111.111; Initial Catalog = ***; User Id = ***; Password = ****"
end sub
Is there any way I can increase the time out of this because some reports take a few minutes to run in my asp pasges and i need to up the time somehow.
ex:
code above
timeout expire (3 minutes)