This is a discussion on mySQL & TransferSpreadsheet within the MySQL Database forums, part of the Database Forums category; Hello again, another question: is it im mySQL mechanism TransferSpreadsheet , similary as in MS Acces, to import data from excel ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|