I have a working application that is using a PDB file as data source. Due to that application is not doing all what the customer wants, I need to know how I can read/write the information from the PDB file. It doesn't matter if I have to export it to another format and then start working in the new format (csv,xls,mysql, MS sql), I don't need to keep updated the source file.
I tried a lots of converters and different way to read the information but I was not able to do it.
The current programs is build by Visual Fox Pro, and there are several dbf file that I could open and see the table information, but I still cannot access to the PDB file that I think has ALL the information. Each file (dbf and pdb) have their corresponding cdx file.