View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 09:10 AM
Pete
 
Posts: n/a
Default Simple import of comma delimited files

I'd like to import about 11 plain text files with between 5 to 30
comma delimited fields. Can I import these files into a new database
without having to design each table first? I don't mind doing it one
file at a time but I'm trying to avoid manually creating each table
for each file in mySQL. Thanks.
Reply With Quote