RE: ADO/ASP timeout issue



Hi Subrata,

There are 2 places that you can check. The first is the ConnectionTimeout
property in the connection object. Since you have set the connection to
300, you can also check the CommandTimeout property of the SELECT command.
Please also enlarge it to 300. Please check the following link for more
information:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemdataoledboledbcommandclasscommandtimeouttopic.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

.



Relevant Pages