I need to export data from files with DB extension. I was told the program was written in Delphi. Is there a way to find what program *.DB files are associated and potentially export data into text file?
If you have access to Delphi then it is fairly easy to write a generic program which will extract the data into a text format such as Comma Separated Variable or Tab Separated Variable.
There are probably some general purpose programs in existence that will do this for you but I am not aware of them.
It would be very easy to write a Delphi program to extract the data from any specific Paradox table into a text file.
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.