Thanks
Richard
obviously you have not searched the docs.. this may or may not be what
you are looking for:
http://dev.mysql.com/tech-resources/articles/csv-storage-engine.html
but initial review indicates you will still need to create the table
first using Engine:csv..
i had looked through the docs but not being a developer or database guru i
had no idea what to look for...
"Michael Austin" <mau...@firstdbasource.com> wrote in message
news:lQyrl.19198$c45....@nlpi065.nbdc.sbc.com...
Use CREATE TABLE to define column names and types. Then you can very
easily use LOAD DATA INFILE to import the data from CSV.
http://dev.mysql.com/doc/refman/5.0/en/load-data.html
Or see Michael's suggestion.