View Full Version : [other] MySQL and Access
nonaguy
August 1st, 2008, 11:30 AM
Hello, the company I work for is a Microsoft shop primarily, and we are slowly switching over to Linux server-side. However, we have hit a snag, specifically with Microsoft Access. There are literally hundreds of Access databases stored on our network, some still in use, others not so much. We would like some way to phase out Access with MySQL. Has anyone had this problem before, and if so, do they have any ideas or experience with a mass migration like this? Basically, we need to build a front end that has similar functionality to Access (since that is what our users are used to); such as mimicking the datasheet view in Access that allows the users to view all the tables. Does anyone know of any tools that make conversion easy from Access to MySQL?
We have an idea of how we wish to proceed, which is to find a way to dump all the Access data into MySQL, and let the users log into an application that connects them to their specific database. Anyone have any thoughts on this?
opscure
August 1st, 2008, 11:39 AM
This should help guide you:
http://www.kitebird.com/articles/access-migrate.html
mbeach
August 1st, 2008, 04:20 PM
DbVisualizer comes to mind - not sure about its cost and or 'freeness' but a few years ago it was looking quite promising and a quick look to their website seems it may have the functionality you are looking for (may).
mb.
EDIT:
looked at this screenshot:
http://www.minq.se/products/dbvis/features/images/screens/scaled/queryBuilder2.png
tinny
August 1st, 2008, 07:28 PM
You REALLY want to have a look at MySQL Migration Toolkit (http://www.mysql.com/products/tools/migration-toolkit/). Ive used it to migrate an Oracle database to MySQL before (it can migrate Access as well) and it worked really well!
windependence
August 1st, 2008, 11:07 PM
Thanks Tinny, I didn't even know they had this. You learn something new everyt day.
-Tim
mbeach
August 2nd, 2008, 10:00 AM
yes, that is quite nifty - would love to find a similar tool for postgresql. The mysql group seem to be doing a great job of polishing such utilities.
windependence
August 2nd, 2008, 10:48 AM
mbeach, I had the same problem with postgresql. It's a fabulous database but support for everything is on MySQL, and I wanted to migrate a forum. There are a few products out there, but most are paid. You could try this:
http://www.lightbox.ca/pg2mysql.php
I have not tried doing it though.
-Tim
nonaguy
August 18th, 2008, 11:40 AM
Speaking of postgre, we are now thinking of using that for Access instead of MySQL because we are thinking of using it with ldap authentication. Anyone know of any good tools or processes to convert Access to postgreSQL?
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.