If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Moving from Access to MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-19-08, 14:53
paulspratley paulspratley is offline
Registered User
 
Join Date: Oct 2007
Posts: 4
Moving from Access to MySQL

Hi

I'm would like to move an application that currently is in Access to an open source alternative. However, I'm not a developer, but I have written simple VBA code in the Access client to provide additional functionality in the forms.

I would like to move the database to MySQL but can someone advise me on an open source application that I can use to build the client (mainly to create forms) that is as simple as Access for creating controls, procedures, functions etc?

One other great advantage would be if the new forms would be web enabled, as I would like to have the application available on the net.

Thanks for the help.

Cheers

Paul
Reply With Quote
  #2 (permalink)  
Old 04-19-08, 15:16
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
There are a handful of potential answers to that question, but there are a few things we need to clear up first.

MySQL hasn't been Open Source since at least August 2007. There is a thread (click here to view) that discusses the Open Source issues that just opened today. At least for the next few months this shouldn't be an issue, there is very little difference between the Open Source version of MySQL and the version that Sun Microsystems now owns.

There are a number of ways to move a database from Microsoft Access using the Jet database engine to other front ends accessing other database products. Many of these combinations are Open Source.

If your intent is to move primarily to the web, I'd suggest that you just "bite the bullet" up front and convert to PHP. This is not a lot harder than other options, and it is by far the most scalable and the easiest to put up as a web site. It also allows you to retain a great deal of database independance.

If your intent is primarily to move to Open Source but you really intend to keep this a desktop based project, then Open Office is probably a good choice. It is conceptually very much like Microsoft Access and Jet combination.

There are many choices between these two extremes. In order to help you pick one of them, I'd need to know a lot more about what you have done, what you can do now, and what you want to do in the future.

Maybe someone else on the forum can give you a simple answer, but I can't do that beause I don't know enough about what your abilities and needs are.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On