Search code examples
phpwindowslinuxparadox

Connect PHP with Paradox .db file on linux server


I have the following situation:

I have to integrate a website (php on linux server) with an old app (Delphi and Paradox (.db file) on Windows) I need get data from paradox database and show them in the website. I can get transfer the .db file by FTP.

I don't think that I can install external libraries.

I did not find any command line program on Windows to convert from .db file to mysql or any format that supports PHP. In addition, Paradox database is updated daily.

Does anyone have any solution or tip or anything?


Solution

  • I found here the solution to get data from a paradox .db file without DBE.

    Regards.