Link to home
Start Free TrialLog in
Avatar of timb551
timb551Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Cannot create a system odbc connector to mysql db in access 2010

Hi

When i try and create a system mysql odbc in access 2010 it wont allow me as it says i dont have administrative priviledges.

I am logged on as the domain admin using access 2010 32bit and the latest mysql odbc 32bit version.

What do i have to do to create a system odbc.

I have tried running access as an administrator and still doesnt make any difference.
Avatar of Bitsqueezer
Bitsqueezer
Flag of Germany image

Hi,

why do you try to do it with Access? If you want to create a system ODBC connection, go to the Windows Control Panel where you can simply add and test it.

But I would also recommend to generally don't setup an ODBC connection. You always need to do it on any target computer which want to use your database. Simply use a DSNless connection, you can do that with VBA and only need to use the right connection string (of course you need to install the MySQL ODBC driver on the target computer).

Here's a link which explains how to use DSNless connections in Access:
How to create a DSN-less connection to SQL Server for linked tables in Access

Although it is described for SQL Server the same works with any other external database.

You also need to recreate links in Access any time you change a view or table on the database server so with this it is easy to create a simple sub which removes all links and create them again with a list of table/view names and their corresponding names in Access.

Cheers,

Christian
Avatar of timb551

ASKER

You can add it in the control panel but then its not available to select within access to link the tables.
Hi,

did you try the suggestion above to use a DSNless connection?

Your problem with the system DSN could also have something to do with your operating system, if it is 64Bit.
Here are some infos about how to use the 32Bit ODBC drivers in this case:
No ODBC Drivers available for Excel or Access in Windows 7

Cheers,

Christian
<<You can add it in the control panel but then its not available to select within access to link the tables. >>

<<Your problem with the system DSN could also have something to do with your operating system, if it is 64Bit.>>

  You did use the 32 bit ODBC manager correct?  With a 64 bit OS, there are two ODBC managers; one for 64 bit and one for 32 bit.

  Access won't see anything created under the 64 bit ODBC manager.

  NO POINTS HERE PLEASE as Christian has this covered.

JimD.
Avatar of timb551

ASKER

Hi

I have tried to add the odbc link to the 32bit version of the odbc as well but it says im not logged in with administrative priliveges.


Tim
ASKER CERTIFIED SOLUTION
Avatar of Jim Dettman (EE MVE)
Jim Dettman (EE MVE)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Jim,

I personally have no access to any 64Bit version of Windows or Office until now so it was only a guess..:-)

I didn't knew that Windows 7 now has two ODBC driver settings - good to know. I have no problem with sharing points...:-)

Cheers,

Christian
Avatar of timb551

ASKER

Ok, tried running the 32bit odbc as an administrator and makes no difference.  still cannot add a system odbc.

 It still says you don't have administrator Privs? or Access doesn't see the DSN?

JimD.
Avatar of timb551

ASKER

The former

 I really detest UAC at times.  Try it this way:

1. Open explorer.
2. Navigate to Windows\SystemWOW64
3. Locate ODBCad32.exe, right click on it and select "Run As Administrator"

  Does it work and if not, exactly at what point do you get a permissions error?

JimD.
Avatar of timb551

ASKER

None of these solutions have worked im afriad.  Now paying for microsoft support to see if they can sort.

 OK.  Let me know...

JimD.
Avatar of timb551

ASKER

Went back and retried the odbcad32.exe and for some reason its now working.

thanks