It is probably best to write a new standalone application for the Windows host, which is associated with both Paradox libraries and PostgreSQL libraries; make queries to the Paradox database and write data to the PostgreSQL database.
If you want to go halfway and write a tool that uploads the Paradox database to CSV format for subsequent import to the end of PostgreSQL, this can work too, but in CSV formats itβs quite a hassle, which makes the whole Paradox β PostgreSQL transition in one application seems to be the best for me.
source share