Hello All,
I trying to insert a large amount of data into a memo field in an Access 2000 database. I am using a textarea tag in conjuction with an htmlarea editor.
Is there special perl code I need to use in order to insert a large amount of data into a memo field?
I'm using $db->Sql("INSERT INTO pages (category,title,body)
VALUES ('$value{2}','$value{3}','$value{4}')"
;
If $value{4} is too large it will not insert into the database.
Also if I put information into the database from another source and its too large my perl script will not display it in the htmlarea.
Thanks
DRapper
I trying to insert a large amount of data into a memo field in an Access 2000 database. I am using a textarea tag in conjuction with an htmlarea editor.
Is there special perl code I need to use in order to insert a large amount of data into a memo field?
I'm using $db->Sql("INSERT INTO pages (category,title,body)
VALUES ('$value{2}','$value{3}','$value{4}')"
If $value{4} is too large it will not insert into the database.
Also if I put information into the database from another source and its too large my perl script will not display it in the htmlarea.
Thanks
DRapper