Re: UPDATE TABLE with > 32 MB string corrupts ISAM

2003-11-10 Thread Victoria Reznichenko
Craig Cummings <[EMAIL PROTECTED]> wrote: >>Description: > > When inserting large strings into ISAM table in an UPDATE TABLE > command, my perl script generates an "Out of memory error". I tracked > this down using an SQL script (below). It seems that a 32777225 > character string is tolerated,

UPDATE TABLE with > 32 MB string corrupts ISAM

2003-11-06 Thread Craig Cummings
>Description: When inserting large strings into ISAM table in an UPDATE TABLE command, my perl script generates an "Out of memory error". I tracked this down using an SQL script (below). It seems that a 32777225 character string is tolerated, but a string one character larger is not. >How-To-Re