View Single Post

  #2 (permalink)  
Old 05-04-2008
Michael Austin
 
Posts: n/a
Default Re: mySQL & TransferSpreadsheet

Adax wrote:
> Hello again, another question: is it im mySQL mechanism
> TransferSpreadsheet , similary as in MS Acces, to import data from
> excel to mySQL?
> MS Acces: DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9,
> TblName, myPath, True, range .....
>
> How it to make in mYSQL? Greetings


save file as .csv and look at loadfile READING the docs prior to
posting would save you a lot of time.

google for mysql csv
Reply With Quote