iryndin / jdbf

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

Doesn't work with my .dbf files #35

Open PopescuStefanRadu opened 7 years ago

PopescuStefanRadu commented 7 years ago

The reader.read() returns null despite there being records. Sometimes it can read the first few records before returning null. Other libraries function correctly.

.dbf files come from Paradox 11.

Other libraries were capable of returning my rows so I'll just use either one of the other two that I have tested.