iryndin / jdbf

Java utility to read/write DBF files
108 stars 77 forks source link

Memo field offset can be specified by 10 chars integer #19

Closed TrePe0 closed 8 years ago

TrePe0 commented 8 years ago

Hi, I have DBF file with memo fields which reference FPT file through 10 chars integer, i.e. " 32". That is, it does not use 4 bytes integer as your original code assumes. Furthermore, offset with value 0 means empty memo field.

iryndin commented 8 years ago

Thanks for this contribution!!!