MySQL Forums
Forum List  »  Connector/ODBC

Re: Missing ODBC driver in Excel
Posted by: Bogdan Degtyariov
Date: January 29, 2018 05:01AM

Hi Huu Dao,

Please note that MS Excel could be 32 or 64 bit. The MySQL ODBC driver can also be 32 or 64 bit.
If you are using 64-bit Excel it means that the 64-bit ODBC driver needs to be installed. Same goes for 32-bit.
Also, in the 64-bit Windows has separate 32 and 64 bit ODBC Administrators/Driver managers.

It is better to explicitly run them using the following paths:

32-bit (that's right - the 32-bit stuff is inside SYSWOW64 directory):
WINDOWS\SYSWOW64\odbcad32.exe

64-bit (64-bit libs and utilities are in SYSTEM32):
WINDOWS\SYSTEM32\odbcad32.exe

Options: ReplyQuote


Subject
Written By
Posted
January 18, 2018 10:23PM
Re: Missing ODBC driver in Excel
January 29, 2018 05:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.