I am trying to export data from an asp page into a csv file.
I can manage to export smaller files but as soon as anything over 20,000 records the first records are ok then I get this at the bottom off the page
<p>Response object</font> <font face="Arial" size=2>error 'ASP 0100 : 8007000e'</font>
<p>
<font face="Arial" size=2>Out of memory</font>
<p>
<font face="Arial" size=2>/dev/Test/Export.asp</font><font face="Arial" size=2> line 0</font>
<p>
<font face="Arial" size=2>Unable to allocate required memory.
</font>
Thanks in advance
I can manage to export smaller files but as soon as anything over 20,000 records the first records are ok then I get this at the bottom off the page
<p>Response object</font> <font face="Arial" size=2>error 'ASP 0100 : 8007000e'</font>
<p>
<font face="Arial" size=2>Out of memory</font>
<p>
<font face="Arial" size=2>/dev/Test/Export.asp</font><font face="Arial" size=2> line 0</font>
<p>
<font face="Arial" size=2>Unable to allocate required memory.
</font>
Thanks in advance