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
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
[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