Re: 32 bit odbc connection not working
Unfortunately, there is no 32-bit version of MySQL Connector/ODBC driver 9.0.0.
The 32-bit ODBC driver for Windows is continued in 8.0.X product line.
The latest 8.0 version available for downloading is 8.0.37 (you have to choose it in the drop-down list):
https://dev.mysql.com/downloads/connector/odbc/
This version contains recent security patches, but it does not have the new features of the version 9.0.0 such as support for the Vector data type in MySQL table columns etc.
Matching the architecture is important and 32-bit applications can use only 32-bit ODBC driver. Likewise the 64-bit applications can only use 64-bit ODBC driver. Mixing them is not allowed.
I hope it helps.
Subject
Written By
Posted
Re: 32 bit odbc connection not working
July 30, 2024 04:24AM
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.