Response Buffer Size

G

Guest

I am doing a SQL search through a FP 2002 asp page. Occasionally I get this
error when running the query:

Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/reporting/SQL_QUERIES/pending_work_all.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its
configured limit

When I run the query in SQL Analyzer, the number of returned rows is about
4500.

Is there a way to increase the response buffer?
 
K

Kevin Spencer

I'm not sure whether you can change the size of the Response buffer.
However, I wouldn't advise it. Your RecordSet is way too large. You might
want to use paging and get a manageable amount of data into your page that
way.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top