If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm new to MySQL and know nothing about FoxPro. I am trying to find out if there is a way to take a .dbf file (FoxPro database) and import it into MySQL. There are actually several .dbf files and I want to take each one and import into one MySQL database. I don't have the FoxPro application, but only the .dbf files. Is there a way to do this? If so, any direction on how to accomplish would be greatly appreciated. Thanks for any help.
-Dman100-
DBF files are not plain text. You can do one of two things. 1) Open up those files in Excel (it will open DBF files) and export them as CSV, or 2) find a class and programmatically import them (search freshmeat.net for 'dbf').