http://www.perlmonks.org?node_id=491247


in reply to Re: Accessing MS-Access memofield via DBI
in thread Accessing MS-Access memofield via DBI

Yes, I'm sure that I have a memofield. And dumping the table (extract info with DBI), I get the following information:
<code> columnname: description datatype: LONGCHAR(1073741823) <code>

And to ensure that I use the right datatype, I had a look at the table - it is memo.
  • Comment on Re^2: Accessing MS-Access memofield via DBI