I have to make a MySQL database from a Clarion database. The tables are .tps files.
I don't know how to do it, for now I only found applications that work with .dat files.
I have to make a MySQL database from a Clarion database. The tables are .tps files.
I don't know how to do it, for now I only found applications that work with .dat files.
I made an open-source bulk tps-to-csv conversion utility.
Its based on reverse engineering the TPS file format, so make sure you double check the results. The source (Java) can be found is available on github.
If you have a copy of Clarion, you should have the topscan.exe utility. It has an export feature.