Can anyone tell me why this error is likely to appear ?
I have 3 tables open, first 2 report fine but 3rd table gives me the error below when I try to response.write the fields to screen. I am only expecting a small number of records to be returned. I am using a loop to go through and response.write each record to screen and if I take out the loop leaving the report to display just one all works fine. I only expected something like this if the server took a while to go through the records but I get the error within seconds of refreshing the page. I have even closed and set the first 2 recordsets to = nothing once used in case that was the problem.
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/testform.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.
I have 3 tables open, first 2 report fine but 3rd table gives me the error below when I try to response.write the fields to screen. I am only expecting a small number of records to be returned. I am using a loop to go through and response.write each record to screen and if I take out the loop leaving the report to display just one all works fine. I only expected something like this if the server took a while to go through the records but I get the error within seconds of refreshing the page. I have even closed and set the first 2 recordsets to = nothing once used in case that was the problem.
Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/testform.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.