On Wed, 22 Sep 1999, Brian M Dial wrote:
> I'm working on importing some data from foxpro into mysql. I can export
> tables as dbf files but it's my understanding that dbase uses .dbf as
> their extension too. I downloaded a dbf2mysql utility but it complains
> about not being able to open the xBase file when I pass it the .dbf I
> exported out of Foxpro. Is dbf2mysql only for dbase files? if so, has
> anyone else had success converting foxpro dbf files ot mysql?
From FoxPro, you can export DBF files into plain text files using
the COPY TO file.txt TYPE DELIMITED or TYPE SDF. You should be then
able to work this into mysqlimport using the --fields...blahblah
arguments.
================================================================
| Greg Patterson | EMAIL: gomer@stripped |
| | gomer@stripped |
| Linux: The choice of a | IRC: xed (Irc.OpenProjects.Net) |
| GNU generation! | WWW: http://www.linuxhelp.org/ |
================================================================