
November 15th, 2009, 08:48 AM
|
|
Contributing User
|
|
Join Date: Nov 2007
Posts: 77
Time spent in forums: 20 h 36 m 41 sec
Reputation Power: 3
|
|
Quote: | Originally Posted by ismikwen Hi,
Hello to all, I am new on the forum.
I have an Access database and I need to transfer data onto a mysql database. I have been looking on the net but have not found much info on the subject so far. How would you do this?
Thanks for the help. |
I'd try working with the Mysql database that had ODBC links to Access. Then copy the data as appropriate.
You could also export the data from Access to a text file, then import the data into Mysql.
|