vBulletin Search Engine Optimization
| |||||||
| Register | 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 | |
| |