I need to figure out how to create DBF and CDX files from an old version of basic. Does anyone have a link to file specs for these files? I can write my own conversion program if I just know the detailed specs of these files.
Thanks,
Chip
In Visual FoxPro Help, go to Using Visual FoxPro\Programmers Guide\Appendix. The cdx is a B-Tree index - good luck recreating it! If you just create the table, you can then run the FoxPro INDEX command on it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.