Re: Out of memory while Inserting

2006-08-04 Thread Alexander Bluem
On Thu, 03 Aug 2006 19:04:12 -0500 "J. Alejandro Ceballos Z. -JOAL-" <[EMAIL PROTECTED]> wrote: > > I've created a perl routine that reads a RTF file, and while > interpreting, it is storing the information on a Mysql database. > It is like: while not EOF (read line, validate, db insert it) >

Out of memory while Inserting

2006-08-03 Thread J. Alejandro Ceballos Z. -JOAL-
I've created a perl routine that reads a RTF file, and while interpreting, it is storing the information on a Mysql database. It is like: while not EOF (read line, validate, db insert it) The problem is that after a few registers (around 1'500,000) a message of "out of memory" appears and th