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