Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesI 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.
Post Follow-up to this messageHi, 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 ---
Post Follow-up to this messageAs 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.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread