all groups > sql server (alternate) > march 2006 >
You're in the

sql server (alternate)

group:

I need help, please


Re: I need help, please Jens
3/26/2006 10:45:33 PM
sql server (alternate):
Hi,

Sorry but thats not a SQL Server question, you=B4d better give it a try
in the ASP groups.

HTH, jens Suessmeyer.

---
http://www.sqlserver2005.de
---
I need help, please Newsgroup
3/27/2006 12:00:00 AM
I have a problem with my sql server.
I use a lot of Request.QueryString("Index1")
But the Request.QueryString is always the same.
I use in If-Loops.

The server send me the follow message:
Response Buffer Limit Exceeded

Execution of the ASP page caused the Response Buffer to exceed its
configured limit

Can everybody help me, please.
Thank you.

Re: I need help, please das
3/27/2006 6:54:06 AM
As you say, this seems to be placed in an infinite loop and so the
'buffer exceeded limit' error.
try a smaller loop like
while i < 3
Request.QueryString(...)
.....

and see what gets printed.

also this is ASP error not an SQL Server.
AddThis Social Bookmark Button