472,126 Members | 1,602 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

Connecting to MYSQL via MS Access

Hi,

I have recently decided to start using MYSQL instead of MS Access 2003.

After reading through numerous articles i have learnt that i can use
access as a GUI for making changes etc to the MYSQL databases.

My problem is that i am unable to set this up correctly - would anyone

be able to give me a set by set guide on how to do this or give me a
link to a site or post that outlines how to do this.

i have searched google without much luck at this point.
I have attempted to use the odbc method but i do not know what to
browse for when the wizard prompts me to browse. i have never use this
method before.
thanks
colin graham

Apr 1 '06 #1
5 1914
http://www.aspfree.com/c/a/Microsoft...-End-to-MySQL/
"csgraham74" <cs********@gmail.com> wrote in message
news:11*********************@u72g2000cwu.googlegro ups.com...
Hi,

I have recently decided to start using MYSQL instead of MS Access 2003.

After reading through numerous articles i have learnt that i can use
access as a GUI for making changes etc to the MYSQL databases.

My problem is that i am unable to set this up correctly - would anyone

be able to give me a set by set guide on how to do this or give me a
link to a site or post that outlines how to do this.

i have searched google without much luck at this point.
I have attempted to use the odbc method but i do not know what to
browse for when the wizard prompts me to browse. i have never use this
method before.
thanks
colin graham

Apr 1 '06 #2
http://builder.com.com/5100-6388-1050135.html
"csgraham74" <cs********@gmail.com> wrote in message
news:11*********************@u72g2000cwu.googlegro ups.com...
Hi,

I have recently decided to start using MYSQL instead of MS Access 2003.

After reading through numerous articles i have learnt that i can use
access as a GUI for making changes etc to the MYSQL databases.

My problem is that i am unable to set this up correctly - would anyone

be able to give me a set by set guide on how to do this or give me a
link to a site or post that outlines how to do this.

i have searched google without much luck at this point.
I have attempted to use the odbc method but i do not know what to
browse for when the wizard prompts me to browse. i have never use this
method before.
thanks
colin graham

Apr 1 '06 #3
csgraham74 wrote:
After reading through numerous articles i have learnt that i can use
access as a GUI for making changes etc to the MYSQL databases.

My problem is that i am unable to set this up correctly - would anyone
be able to give me a set by set guide on how to do this or give me a
link to a site or post that outlines how to do this.


You need to install MyODBC on the client host (the same host where MS
Access is installed), and configure an ODBC DSN for each database you
want to use.

http://dev.mysql.com/doc/refman/5.0/...iguration.html

The manual also has a lot of information on how to use the DSN to a
MySQL database in MS Access:

http://dev.mysql.com/doc/refman/5.0/en/msaccess.html

Also read the notes on MS Access here:

http://dev.mysql.com/doc/refman/5.0/...th-myodbc.html

Regards,
Bill K.
Apr 1 '06 #4

Thanks very much guys that worked a treat - i only have two outstanding
issues.

a) some of my tables come up with the #deleted error in the columns
b) does anyone know how to export mysql so that i can set it up on ISP
windows server. is there some sort of export command to do this ??

thanks in adanvance

colin

Apr 2 '06 #5
csgraham74 wrote:
Thanks very much guys that worked a treat - i only have two outstanding
issues.

a) some of my tables come up with the #deleted error in the columns
This is apparently a common problem. The MySQL docs have a page about
it, and there are also additional user comments devoted to solving it.
Makes me glad I don't use MS Access. ;-)

http://dev.mysql.com/doc/refman/5.0/...d-problem.html
b) does anyone know how to export mysql so that i can set it up on ISP
windows server. is there some sort of export command to do this ??


This depends partly on your ISP, and what tools they offer for restoring
exported data. Many ISP's offer a web-based MySQL administration
interface called "phpmyadmin". This tool has a method for uploading SQL
scripts and running them. The script typically contains a series of
INSERT statements. You can generate this script from your local MySQL
database using the mysqldump tool.

http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html

Regards,
Bill K.
Apr 3 '06 #6

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by kamilla | last post: by
3 posts views Thread by Jeremy Dillinger | last post: by
3 posts views Thread by Mike | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.