Connect Access Project to mySQL

R

Raghu

I have a mySQL back end....need to connect my Access Forms
programmed as a Prouct.ade file (from Product.adp) that
previously connected to SQL Server (to save using up SQL
server licences on our very small databases). Now I need
to redirect the forms in Product.ade to mySQL database,
please someone shed some light on how to do this....
Thanks
 
L

Larry Linson

Unfortunately, Access Data Projects (aka ADP/ADE, aka Access Projects) are
only compatible with Microsoft SQL Server. Access MDB/MDE, using MyODBC, and
linked tables are compatible with MySQL. Unfortunately, there is no
"translator" to convert your ADP/ADE to MDB/MDE form.

And, if all you have is the ADE, not the ADP, your code is "locked down"
anyway and you will have to re-created it.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top