Since it's come up before on this list, let me mention that I have
created a new project on SourceForge:
http://sourceforge.net/projects/dbfdump/
This is a command line C++ program designed to take the structure and/or
contents of a dbf file (dBase, FoxPro) and dump it out, either in a
"browse" format, or as a PostgreSQL SQL script. The SQL script can be
used to create and/or populate a PostgreSQL table. It also handles
FoxPro memo files, but not dBase ones.
So if your "itch" is the same as the one I scratched, you now have a
resource. Of course, if you find any bugs, umm, well, er, I didn't do it
and I don't know who did. ;-}
Paul