Page 1 of 1

Paradox *.DB file format

Posted: Mon Aug 25, 2003 5:10 am
by Orkan
Hi, all!

I need to import data from paradox databases (*.db) into MySQL. How can I do it. (I mean are there any ready scripts, or where can I find File specification to write own library, or may be there ire standart modules in PHP for this purpose)...

Would be appriciate for any information.

Posted: Mon Aug 25, 2003 9:35 am
by volka
maybe this one's useful
http://www.dbtools.com.br/EN/dbmanagerpro.php
Haven't tried it - only one of dozens google results ;)

yes... of course!

Posted: Tue Aug 26, 2003 1:47 am
by Orkan
Thanx for reply...

Yes, I tried hundreds of Google, and other search system results.... But I didn't find what were looking for. I don't need a prog that can read this databases... I need to WRITE the own one on PHP so that it can work on *nix & Win systems... I need a description of files structure so that I can manipulate this files by myself.