Question

  Asked: Feb 11 2008   11:06 PM GMT
  Asked by: The Geek


Access to MySQL - How hard is this going to be?


Microsoft Access, MySQL, Data migration

I've just taken on a client who has been building his databases in MS Access for 14 years. He wants to put a significant amount of this data into an online MySQL application. I know it can be done, and I've agreed to help him do it. Does anyone have a feel for what it will take to get his data migrated?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Odds are his application is going to be very complex if he's been building it for 14 years.

This is probably going to be a very complex task.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Database and DataManagement.

Looking for relevant Database Whitepapers? Visit the SearchOracle.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

The Geek  |   Feb 12 2008  9:06PM GMT

It’s true that he has a very complex set of databases, but at least all of the linking, query, and table structure, as well as the GUI (in Visual Basic) is known. Armed with that information, we should be able to build a MySQL structure that works with modules we plan to create under the ]project-open[ framework. It’s possible that some other framework will suit our needs better.

 

Buddyfarr  |   Feb 20 2008  4:49PM GMT

if you are familiar with databases then creating a MySQL DB to match the table structure he has in access should be the easy part. the hard part will be building forms to match the forms he currently has and then migrate the data into the new DB. Since it will be online you will probably need to build web pages to do this. PHP works well in this case. Just make sure that you do input validation so that SQL injections are not possible.