Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Error:800A0007 Out of memory


Message #1 by "Rajani" <makk_rajani@h...> on Mon, 24 Sep 2001 19:58:15
hi,

I am getting an error



Microsoft VBscript runtime error 800A0007

Out of Memory

any help would be great

Message #2 by Anupama Nallari <ANallari@p...> on Mon, 24 Sep 2001 14:22:46 -0500
You must be having an infinite loop. Like having a do while loop without a

recordset.movenext. That is when this error generally shows up.

Check your code for infinite loops.



Thanks,

Anu



Message #3 by "Rajani" <makk_rajani@h...> on Mon, 24 Sep 2001 21:07:53
> You must be having an infinite loop. Like having a do while loop without 

a

> recordset.movenext. That is when this error generally shows up.

> Check your code for infinite loops.

> 

> Thanks,

> Anu

> 



Thanks for the reply,

I dont have infinite loop, but this page executes for a long time

it has to get a lot of data from the table,

I am having 512 RAM, it has to send 300 emails it is able to send 175 

emails, and finally giving up with an error



out of memory



any help would be great

thanks

Rajani
Message #4 by "Ken Schaefer" <ken@a...> on Tue, 25 Sep 2001 11:56:58 +1000
You must have some kind of loop - what are you doing in that loop? If you

are creating 300 objects without disposing of any, then you could be running

out of process memory...



Cheers

Ken



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From: "Rajani" <makk_rajani@h...>

Subject: [asp_databases] RE: Error:800A0007 Out of memory





: > You must be having an infinite loop. Like having a do while loop without

: a

: > recordset.movenext. That is when this error generally shows up.

: > Check your code for infinite loops.

: >

: > Thanks,

: > Anu

: >



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Message #5 by "Samuel Virtue" <svirtue@b...> on Tue, 25 Sep 2001 13:37:45 +1000
sounds good.

I need to find out how to get the selected values from radio and option

boxes from the first form into the second form



----- Original Message -----

From: "Ken Schaefer" <ken@a...>

To: "ASP Databases" <asp_databases@p...>

Sent: Tuesday, September 25, 2001 11:56 AM

Subject: [asp_databases] RE: Error:800A0007 Out of memory





> You must have some kind of loop - what are you doing in that loop? If you

> are creating 300 objects without disposing of any, then you could be

running

> out of process memory...

>

> Cheers

> Ken

>

> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> From: "Rajani" <makk_rajani@h...>

> Subject: [asp_databases] RE: Error:800A0007 Out of memory

>

>

> : > You must be having an infinite loop. Like having a do while loop

without

> : a

> : > recordset.movenext. That is when this error generally shows up.

> : > Check your code for infinite loops.

> : >

> : > Thanks,

> : > Anu

> : >

>

>

Message #6 by "Ken Schaefer" <ken@a...> on Tue, 25 Sep 2001 16:57:42 +1000
>> The error is on line 6

> How do you know? I didn't post any code!

Exactly



I believe this is how the conversation will progress unless we can get some

code to see what you're doing...



Cheers

Ken



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

----- Original Message -----

From: "Samuel Virtue" <svirtue@b...>

To: "ASP Databases" <asp_databases@p...>

Sent: Tuesday, September 25, 2001 1:37 PM

Subject: [asp_databases] RE: Error:800A0007 Out of memory





: sounds good.

: I need to find out how to get the selected values from radio and option

: boxes from the first form into the second form

:

: ----- Original Message -----

: From: "Ken Schaefer" <ken@a...>

: To: "ASP Databases" <asp_databases@p...>

: Sent: Tuesday, September 25, 2001 11:56 AM

: Subject: [asp_databases] RE: Error:800A0007 Out of memory

:

:

: > You must have some kind of loop - what are you doing in that loop? If

you

: > are creating 300 objects without disposing of any, then you could be

: running

: > out of process memory...

: >

: > Cheers

: > Ken






  Return to Index