超出响应缓冲区限制 [英] Response Buffer Limit Exceeded

查看:36
本文介绍了超出响应缓冲区限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在运行一个简单的查询来从我的数据库中获取数据 &显示它们.我收到一条错误消息,提示 超出响应缓冲区限制.

I am running a simple query to get data out of my database & display them. I'm getting an error that says Response Buffer Limit Exceeded.

错误是:响应对象错误ASP 0251:80004005"
超出响应缓冲区限制
/abc/test_maintenanceDetail.asp,第 0 行
ASP 页的执行导致响应缓冲区超出其配置的限制.

Error is : Response object error 'ASP 0251 : 80004005'
Response Buffer Limit Exceeded
/abc/test_maintenanceDetail.asp, line 0
Execution of the ASP page caused the Response Buffer to exceed its configured limit.

我还在循环中尝试了 Response.flush 并在页面顶部使用了 response.buffer = false,但我仍然没有得到任何数据.

I have also tried Response.flush in my loop and also use response.buffer = false in my top of the page, but still I am not getting any data.

我的数据库包含5600条记录,请给我一些步骤或代码来解决这个问题.

My database contains 5600 records for that, Please give me some steps or code to solve the issue.

推荐答案

我知道这已经很晚了,但是对于遇到此问题的其他任何人:如果您使用某种循环(在我的情况下,Do-While) 要显示数据,请确保您正在移动到下一条记录(在我的例子中是 rs.MoveNext).

I know this is way late, but for anyone else who encounters this problem: If you are using a loop of some kind (in my case, a Do-While) to display the data, make sure that you are moving to the next record (in my case, a rs.MoveNext).

这篇关于超出响应缓冲区限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆