8

I have a variety of dbf files I am currently working with and it would be helpful for me to know the exact version of the dBASE format they are in, e.g. dBASE III, IV, 5.0, etc.

Is there a way to determine this?

1 Answers1

4

The answer is on the first byte:

According to these two links, use a hex viewer and read the first byte.

DrNoone
  • 1,662