Hi, I have a table that I have exported to an MySQL database sucessfully using the ODBC connector. Works like a dream.
Now that I have exported it, I have made changes in access and I want to update it again.
When I use the same procedure that I used to export it, It tells me it caznt becasue that table already exists.
How can I tell Access that it is okay to overwrite it?
Please advise. --JM
If you really want to overwrite, then open mysql\data folder and open the folder with the name of your database. DELETE three files tablename.myi, tablename.frm, tablename.myd. That gets rid of the table completely. Then DO THE EXPORT AGAIN.