T
Tahir aman
I am using ADO to connect to SQL 7.0. At times the connection timeout
expires. Is there any way to inrease the default time out? I think currently
its 60 secs.
Here is the code that I use to establish ADO connection.
set rs = Server.CreateObject("ADODB.RecordSet")
sCon = "DRIVER={SQL
Server};SERVER=Indy2;DATABASE=ProdProtrans;UID=xx;PWD=xxxxxxx"
Any suggestions?
Thanks
TAHIR KHAN
expires. Is there any way to inrease the default time out? I think currently
its 60 secs.
Here is the code that I use to establish ADO connection.
set rs = Server.CreateObject("ADODB.RecordSet")
sCon = "DRIVER={SQL
Server};SERVER=Indy2;DATABASE=ProdProtrans;UID=xx;PWD=xxxxxxx"
Any suggestions?
Thanks
TAHIR KHAN