My client lost a DBF. However, I am not too worried because it is indexed on
two fields which are the only essential ones. Here's the situation:
USE XY
INDEX ON X+Y TO XY.IDX
(X and Y are character fields).
I've looked at XY.IDX with MODIFY FILE XY.IDX, and it doesn't look too
arcane. It does have stretches of nulls and control characters (maybe that's
the famous Rushmore!), but the fields X and Y are clearly visible.
My question is: does anybody have a utility or method to recreate XY.DBF
from XY.IDX? has anybody actually done it? (that would be encouraging).