Extracting data from Visual FoxPro databases
- by whitequark
I just got some 20Gb of data in a Visual FoxPro database with a custom frontend probably written in the same framework, and need to extract that data in any well-known format. I don't know anything about VFP in particular, but as it is SQL, there should be a way of opening an SQL console, or maybe an vfpdump utility. How can I do that?
Everything I have now are a bunch of obscure binary files and a frontend executable.