infused / dbf

DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro database files.
http://rdoc.info/projects/infused/dbf
MIT License
262 stars 88 forks source link

Can't read FoxPro memo files and some data is displayed incorrectly #56

Closed leonardocabeza-zz closed 9 years ago

leonardocabeza-zz commented 11 years ago

My table version is type "30" and I haven't been able to read any memo files from it. Besides in this same table, let's say 2 columns named "name" and "lastname" has a record name="leonardo" and lastname="cabeza". dbf shows me record: name="leona" and lastname "rdocabeza". Am I doing something wrong? I can send the sample file if you want. Thanks

infused commented 11 years ago

A fix for some memo problems with FoxPro files was introduced in version 2.0.5. Which version are you using? If you are using 2.0.5 and still seeing issues, then please email me some sample files and I will fix the issue and push a new release. You can email the sample to me at keithm@infused.org.

Thanks, Keith

leonardocabeza-zz commented 11 years ago

I am indeed using the latest version (2.0.5). I just sent you the .dbf and .fpt files.