Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting to .CSV 2

Status
Not open for further replies.

Norman55

Programmer
Apr 27, 2006
48
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top