MySQL Forums
Forum List  »  Connector/ODBC

Re: Data Source Name Not Found and No Driver Specified
Posted by: Bogdan Degtyariov
Date: February 19, 2025 07:56PM

There is a bit of inconsistency in the installations as I see:

System32 and SysWOW64 are the directory names in Windows that cause a lot of confusion.

Despite having the name SysWOW64 this directory is for 32-bit libraries and executables:

SysWOW64\odbcad32.exe

You installed mysql-connector-odbc-8.0.21-winx64, which is 64-bit. The driver manager for 64-bit architecture has to be run from System32:

System32\odbcad32.exe

Options: ReplyQuote


Subject
Written By
Posted
Re: Data Source Name Not Found and No Driver Specified
February 19, 2025 07:56PM


Sorry, only registered users may post in this forum.

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.