Hi,

How do I import data from Dbase3 into MySQL?

My software, libmygis, is mainly designed for loading a set of Shapefiles into MySQL (.SHP, .SHX, .DBF) but it's perfectly well capable of loading just the dBase III/IV component. Grab libmygis-0.5.1 from:


  http://jcole.us/software/libmygis/

You should be able to load a file, e.g. foo.dbf, by doing:

  tools/mysqlgisimport -S foo | mysql -u myuser -p mydb

It will automatically create a table suitable for the dBase file and load the records in with the above command.

Regards,

Jeremy

--
Jeremy Cole
Technical Yahoo - MySQL (Database) Geek

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to