Forum Moderators: coopster
If connecting Excel directly is a must then this project at vbmysql [vbmysql.com] looks interesting.
I had a look at phpmyadmin, but it only appears to export data, not import. So no improvement over excel import via ODBC.
Now I'm thinking I either work out how access intergrates or write a couple of export / import PHP files so I can cut and paste my data between excel and my database (the latter is what I'm now thinking of to start off with).
If you have any further thoughts, they will be appriciated.
I had a look at phpmyadmin, but it only appears to export data, not import
The import function is not in the most obvious of places. In my version under the Structure tab there's a link at the bottom of the page that says "Insert data from a textfile into table". If you save the Excel file as .csv then you can import from there.
Might be worth your time poking around hotscripts [hotscripts.com] for something.