mmkiwi / MdbReader

.NET Library to read .mdb and .accdb files. Rewrite of MdbTools in C#
Other
5 stars 4 forks source link

MEMO only parsed 512 chars #1

Closed wakuflair closed 2 months ago

wakuflair commented 2 months ago

Hi, first this is an awesome project! The code quality is so good that I can learn a lot from it, thank you @mmkiwi !

The issue is when I extracting a MEMO field I found the text has been truncated to 512 chars, how can I get the whole text?