gro3168
12-03-02, 12:15
| I have developed a database that uses memo fields from Access. I have developed a perl script that reads from the database and posts the info to an html page. For some reason I can't get the script to work when I include one of the memo fields. The script works great when the memo fields are not included, but as soon as one of the memo fields are added the script errors out during the execution of the SQL statement. I have tried to use DBI and Win32 neither of these works. They both error out on execution of the SQL statement when a memo field is included, but work fine when a memo field isn't included. Any help would be greatly appreciated. |