I get data in Excel that I want to put into a mysql
database (I have ODBC installed)... How do I run an
update query from Excel and is it possible?
So far I only found references on how to select stuff
INTO excel, not how to export it...
I can theoretically save the file as comma-delimited
and then import it into mysql for example, but I am
looking for a direct update between Excel and mysql
(VBA & ODBC)