Export from MySQL to DBF

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
ADYAMG
Forum Newbie
Posts: 1
Joined: Thu Dec 23, 2010 6:51 am

Export from MySQL to DBF

Post by ADYAMG »

I need an export script to help me export values from a php/mysql aplication in a DBF format. Besides the export I need to be able to control my fields in the dbf file. Something like:

Name .. Character .. 30
Address .. Character .. 50
Account number .. Number .. 13
...
I would be thankfull if someone could help me.
thecodewall
Forum Commoner
Posts: 33
Joined: Sun Dec 26, 2010 8:37 am

Re: Export from MySQL to DBF

Post by thecodewall »

I think you must configure it in mysql first before exporting to dbf. text file is the best for transferring or converting database.
Post Reply