Access 2000 and MySQL

M

M

A friend of mine has a website that sells goods and his
web provider uses MySQL. He wants a database connected to
his site and has no experience with databases. Never
having used MySQL, I know that Access 2000 can connect
using MyODBC. Let's suppose that I design a simple
backend with one table. Will MyODBC allow me to connect
with an Access front-end to view, update and delete
records? What would be the limitations of this pairing
and what would be the advantages?

Thanks for the help

M
 
J

John Vinson

Will MyODBC allow me to connect
with an Access front-end to view, update and delete
records?
Yes.

What would be the limitations of this pairing
and what would be the advantages?

I've done this once and was very impressed with its capabilities. You
will need to do table creation on the server, or by using MySQL DDL
queries as Pass-Through queries - you won't be able to use the Access
user interface to create tables directly.
 
M

M

Thanks for responding. Just as a curiousity, which
version of Access would be the best version to use?

Thanks

M
 
J

John Vinson

Thanks for responding. Just as a curiousity, which
version of Access would be the best version to use?

I don't know that the MySQL interface would be much different in any
recent version; I'd be inclined to use whatever you have installed, or
get the 2003 version if you don't yet have it.
 

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