473,411 Members | 2,289 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Error Linking to MySQL using MyODBC 3.51

Hello,

I am trying to use a MS Access front end application to link to data
tables stored in MySQL Server. I am running MySQL 5.0 Community
Server, MySQL Connector/ODBC 3.51, and MS Access 2003. I have set up
a test database and table in MySQL, but the problem comes when trying
to link to this table through Access. From the Link Tables menu
option, I choose ODBC Databases, but no "Select Data Source" dialogue
window will pop up. All that happens is that the Link Tables window
disappears. Has anyone encountered this problem? Your help is
appreciated.

-Shane

Feb 15 '07 #1
4 2732
Hi, Shane.
Has anyone encountered this problem?
If you have Norton Antivirus installed, disable the Office Plug-in, link to
the MySQL table, then re-enable the Office Plug-in.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blog: http://DataDevilDog.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Jayhawk" <mc******@gmail.comwrote in message
news:11**********************@a75g2000cwd.googlegr oups.com...
Hello,

I am trying to use a MS Access front end application to link to data
tables stored in MySQL Server. I am running MySQL 5.0 Community
Server, MySQL Connector/ODBC 3.51, and MS Access 2003. I have set up
a test database and table in MySQL, but the problem comes when trying
to link to this table through Access. From the Link Tables menu
option, I choose ODBC Databases, but no "Select Data Source" dialogue
window will pop up. All that happens is that the Link Tables window
disappears. Has anyone encountered this problem? Your help is
appreciated.

-Shane

Feb 15 '07 #2
On Feb 15, 3:43 pm, "Jayhawk" <mccal...@gmail.comwrote:
Hello,

I am trying to use a MS Access front end application to link to data
tables stored in MySQL Server. I am running MySQL 5.0 Community
Server, MySQL Connector/ODBC 3.51, and MS Access 2003. I have set up
a test database and table in MySQL, but the problem comes when trying
to link to this table through Access. From the Link Tables menu
option, I choose ODBC Databases, but no "Select Data Source" dialogue
window will pop up. All that happens is that the Link Tables window
disappears. Has anyone encountered this problem? Your help is
appreciated.

-Shane
I don't remember the exact symptoms but I have seen cases where MySQL
ODBC 3.51 does not work on some machines, presumably due to an
incompatibility with some other piece of software. I've never had it
fail on my machines, but it did fail consistently on some client's
workstations.

The on-site IT person for one of my customers even tried to pin it
down by starting with a vanilla OS image and installing their standard
software load one application at a time. Unfortunately they never
found the answer because after they installed all of their standard
applications individually MySQL ODBC 3.51 still worked, but when they
ghosted their departmental standard image onto the same machine it
wouldn't fly. They wound up using the previous version of MySQL ODBC
(v2.50) instead. However, I'm not sure that you can use v2.50 of the
MySQL ODBC driver with MySQL 5.x.

Feb 15 '07 #3
On Feb 15, 4:28 pm, "'69 Camaro" <ForwardZERO_SPAM.To.
69Cam...@Spameater.orgZERO_SPAMwrote:
Hi, Shane.
Has anyone encountered this problem?

If you have Norton Antivirus installed, disable the Office Plug-in, link to
the MySQL table, then re-enable the Office Plug-in.

HTH.
Gunny
Thanks Gunny,

Norton Antivirus Office Plug-in was the problem. I got the data
source window to pop up after disabling it.

-Shane
Feb 19 '07 #4
Hi, Shane.

You're welcome. Glad it's working now. Don't forget to re-enable the
Office plug-in, because you need it for scanning Office documents
automatically when opening them.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
Blog: http://DataDevilDog.BlogSpot.com
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Jayhawk" <mc******@gmail.comwrote in message
news:11**********************@k78g2000cwa.googlegr oups.com...
On Feb 15, 4:28 pm, "'69 Camaro" <ForwardZERO_SPAM.To.
69Cam...@Spameater.orgZERO_SPAMwrote:
>Hi, Shane.
Has anyone encountered this problem?

If you have Norton Antivirus installed, disable the Office Plug-in, link
to
the MySQL table, then re-enable the Office Plug-in.

HTH.
Gunny

Thanks Gunny,

Norton Antivirus Office Plug-in was the problem. I got the data
source window to pop up after disabling it.

-Shane


Feb 20 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: Mr Dygi | last post by:
Hi, PHP 4.3.4 installed manually from package *.zip and Apache 2. I have a problem with this simple code: <?php $link = mysql_connect("127.0.0.1","","") or die("Could not connect: " ....
2
by: dave | last post by:
hi I want to install mysql odbc driver 3.51 and downloaded MyODBC-3.51.06-dll.zip from the mysql.com. but when i unzipped it, it shows only dll file.. I m very confused how to install odbc...
2
by: Kenneth Foli Jørgensen | last post by:
------=_NextPart_000_000D_01C35CF0.20AC1200 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i get this msg: Microsoft.Data.Odbc.OdbcException:...
0
by: Gary Lundquest | last post by:
I have an application with MS Access 2000 as the front end and MySQL as the back end. All was well until I upgraded the MySQL (Linux) server. The Problem: I insert data into a cumulative table....
0
by: Bill Davidson | last post by:
Hello: I have a thin C++ database access library that can be used with MySQL *only* through MyODBC. I would like to use this database access library with embedded mySQL server. Would that be...
0
by: redfez | last post by:
I just installed mysql-max-4.0.20-sun-solaris2.8-sparc and ran the mysql_install_db script. I try to access a mysql db using a Lisp app that accesses the myodbc driver through our Lisp's odbc...
6
by: Piotr | last post by:
Hi, I have following problem: I use a form in excel to send data into mysql server, everything is ok unless I have to deal with decimals or data fields, this simple are not recognized. For...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
3
by: sp3d2orbit | last post by:
I've read the MySQL licensing material and what I've found online, but I'm still unclear about when I have to pay MySQL for a license. Scenario: I've created an application that stores some data...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.