MySQL Forums
Forum List  »  Connector/ODBC

Re: MySQL 8.0 ODBC Connection String Issue
Posted by: Bogdan Degtyariov
Date: August 27, 2018 04:44AM

Hi John,

Thank you for sharing your experience.
It is a general limitation for all 64-bit systems that can also execute 32-bit code.

The 32-bit application cannot normally load 64-bit libraries (such as ODBC Driver) and 64-bit application cannot load 32-bit libraries.

Therefore, it is important to install the correct version (32 or 64 bit) of ODBC Driver or both at the same time. You can have both 32 and 64 bit versions in the same system and they will not conflict.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL 8.0 ODBC Connection String Issue
August 27, 2018 04:44AM


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.