Mon 21 Apr 2008
Problem
You want to convert some legacy tables created in Paradox (.db, .px) to another format so you can use it in MySQL.
Solution
Download the px tools from here.
Follow the instructions, in the INSTALL file after you untar the file.
You should have to do the usual three step linux installation:
configure make sudo make install
Afterwards to make sure that the .db file is a paradox file run:
pxinfo -f path/to/paradox/db/file.db
The program should read the header and report back with something along the lines:
File-Version: Paradox 7.x Filetype: indexed .DB ....
To export each Paradox db file to an sql statement run the following:
pxsqldump -d mysql -f path/to/paradox/file.db > path/to/mysql/exported/file.sql
One Response to “ Converting Paradox tables to MySQL sql in Linux ”
Trackbacks & Pingbacks:
[...] consiglio di dare uno sguardo alla seguente soluzione proposta da Komas nella seguente pagina web : http://www.42.mach7x.com/2008/04/21/converting-paradox-tables-to-mysql-in-linux/ AKPC_IDS += "674,";Popularity: unranked [?] Share and [...]