Re: Too little memory

2003-05-31 Thread Camilo Gonzalez
Bob Showalter wrote: [redirected to [EMAIL PROTECTED] Camilo Gonzalez wrote: I need to read in from a temp file that is about 10 megs big in 1.5 meg increments and write results to a database. I can't slurp up the whole temp file because I'm only allowed 2 megs of memory. I was hoping to read

RE: Too little memory

2003-05-31 Thread Bob Showalter
Camilo Gonzalez wrote: > Bob Showalter wrote: > > > [redirected to [EMAIL PROTECTED] > > > > Camilo Gonzalez wrote: > > > > > > > I need to read in from a temp file that is about 10 megs big in > > > 1.5 meg increments and write results to a database. I can't slurp > > > up the whole temp file

RE: Too little memory

2003-05-31 Thread Bob Showalter
[redirected to [EMAIL PROTECTED] Camilo Gonzalez wrote: > I need to read in from a temp file that is about 10 megs big in 1.5 > meg increments and write results to a database. I can't slurp up the > whole temp file because I'm only allowed 2 megs of memory. I was > hoping to read in only 1.5 megs