PDA

View Full Version : from access to MYsql


rimian
06-03-02, 09:06
hi!

I have heard some developers use access then cut and paste into MYsql. is this true? How big is this job?

Regards
Rim

World Lord
03-11-04, 07:21
I was looking for the same solution a bit time ago, and found the tool which allows me to perform both way database conversion (mdb->mysql and mysql->mdb)
The tool might be found at http://www.data-conversions.net/
I was handling the local access db, updating it with all up-to-date information, then just synchronize it with mysql db at web server, in this way I was able to have my web site (small online shop) carrying the same content as I had in access db. Best Regards