Paradox *.DB file format

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Orkan
Forum Commoner
Posts: 32
Joined: Sun Aug 24, 2003 9:07 am
Location: Ukraine
Contact:

Paradox *.DB file format

Post 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.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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 ;)
User avatar
Orkan
Forum Commoner
Posts: 32
Joined: Sun Aug 24, 2003 9:07 am
Location: Ukraine
Contact:

yes... of course!

Post 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.
Post Reply