havey
06-02-2006, 07:22 PM
Hi, i'm exceeding the buffer size for the asp processing. Instead of increasing the asp resource limit in the server 2003 meta file, Is there a method so a statement can be something like this:
If buffer exceeds 2 megs then
I will be usinjg it like so on an asp to display db results:
If buffer exceeds 2 megs then
' stop trying to write the record set to the asp, instead create output csv
Thanks
If buffer exceeds 2 megs then
I will be usinjg it like so on an asp to display db results:
If buffer exceeds 2 megs then
' stop trying to write the record set to the asp, instead create output csv
Thanks