asp_databases thread: Re: Error:800A0007 Out of memory
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
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
asp_databases thread: Re: Error:800A0007 Out of memory
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
|