Access with MySQL Backend

E

Evan McCutchen

Hello,

Is it possible for me to use an Access FE and a MySQL BE? I am trying to do
so now and keep receiving a "General Network Error". Does anyone know how to
fix this?

Thanks alot!
Evan McCutchen
Evan AT radiologyonesource DOT com
 
A

Albert D. Kallal

It should work just fine.

Try loading some data from MySql with Excel..and see if that works (Excel is
great at this kind of stuff).


You of course do need to follow general practices like making sure each
table had a primary key, and also exposes a timestamp field.

So, you need to get your odbc setup correct. Any program from Excel, to
word, or ms-access can thus use that odbc connection.

Can you now view and see tables using the tools that come with Mysql? In
other words, you are wasting your time trying to get ms-access to work if
you can't connect, view, and browse tables using the tools that come with
the server product?

If you are having trouble with the basic tools to work with the tables, then
you might want to ask some questions in a group for mysql.

Once you get your connection, and table stuff working..then ms-access should
work. ms-access works fine with sql-server, Oracle, or most databases that
support odbc.

You are aware that a free sql-compatible engine is included on the office
cd? (in fact, you can even use the sql enterprise tools for free from
Microsoft to work with this 100% compatible sql-server engine. Even
triggers, and t-sql works with this engine).

Anyway..the answer is yes...it should work, so get your basic connection
setup first, and get the basic client tools that come with the product
working.
 
E

Evan McCutchen

Albert,

I am attempting to connect to MySQL which is on a webserver that my company
just started service with (a shared hosting plan). I dont know of the basic
MySQL tools that you are speaking of. Do you know where i can obtain them?

Thanks!
Evan McCutchen
evan AT radiologyonesource DOT com
 
A

Albert D. Kallal

Evan McCutchen said:
Albert,

I am attempting to connect to MySQL which is on a webserver that my company
just started service with (a shared hosting plan). I dont know of the basic
MySQL tools that you are speaking of. Do you know where i can obtain them?

Thanks!
Evan McCutchen
evan AT radiologyonesource DOT com

It has been a while (about 2 years), but last time I found the general tools
at the mysql site. I can't remember if they were part of the general
download..but last time I did this, they were a separate download. (either
check their site..or ask in their newsgroups..I am sure this easy..as it
was for me).
 

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