I have my application running in Access 2007. Can I use port my database to MySQL and retail Access 2007 as front End ? As this will save lot of my efforts but still get the stability of MySQL.
I was waiting for some of the more skilled experts to answer this one, but I see no one has gotten to it yet!
Actually I'm pretty sure that Access 2007 can do the same as all other versions of Access, which is separate the front-end (forms, queries, reports) from the back-end (tables/data). The front-end can link to just about any back-end, including MySQL (as long as it has ODBC support).
With that said, I'm NOT an expert in doing the linking between these two, so if you need more help, I can solicit more expert advice from others.
yes you can use Access 2007 as the front end and MySql as a backend. If you need help to do it I can post instructions.
Originally posted by Milan Mehta
I have my application running in Access 2007. Can I use port my database to MySQL and retail Access 2007 as front End ? As this will save lot of my efforts but still get the stability of MySQL.
I will be highly obliged to get instructions on using Aceess 2007 as front end and MySQL as back-end. At present I have my data in MDB format and front-end in Accdb (Access 2007).
Here is the detailed instructions with screen shots to setup connecting Access 2007 to MySQL backend. In Word format.
Originally posted by Milan Mehta
I will be highly obliged to get instructions on using Aceess 2007 as front end and MySQL as back-end. At present I have my data in MDB format and front-end in Accdb (Access 2007).
The performance is very good. Performance issues are mostly based on your table designs, programming techniques, hardware, and overall network traffic to name a few.
A lot of ODBC issues have been over come but you can check around for tweaks.
Comment