Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Re: Error:800A0007 Out of memory


Message #1 by "Gunnar Dahlberg" <alohagunnar@y...> on Mon, 13 May 2002 23:48:28
I too had this error.

Make sure you are cleaning up your record sets after each loop.

RecordSet.Close() ' Close the record set

Set RecordSet = Nothing  ' free up memory

  Return to Index