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?

link|improve this question

62% accept rate
you already know they are dBase and not foxpro files? – datatoo Jul 11 '11 at 12:53
feedback

1 Answer

up vote 1 down vote accepted

The answer is on the first byte:

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.