Click to See Complete Forum and Search --> : MySQL import


black912star
March 8th, 2005, 06:30 PM
Does anyone know how to import an Excel document into MySQL table?

Krzemo
March 9th, 2005, 01:03 AM
There are many ways to do it....

For example: open excel using ADO (Jet4) and insert result into MSDASQL (or ODBC directly) into MySQL table.