MySQL Forums
Forum List  »  Connector/ODBC

Re: ODBC Connector broke with Win2019 update
Posted by: Bogdan Degtyariov
Date: June 17, 2024 11:00PM

Hi Stu,

Thank you for the detailed description of the problem.
It seems your connection string is incorrect around this part:

{DRIVER=MySQL ODBC 8.4 Unicode Driver};...

It should be as

DRIVER={MySQL ODBC 8.4 Unicode Driver};...

In ODBC the curly brackets are used to escape values only as OPTION={VALUE};
Using it as {OPTION=VALUE}; would be incorrect.

I hope this resolves your problem.

Options: ReplyQuote


Subject
Written By
Posted
Re: ODBC Connector broke with Win2019 update
June 17, 2024 11:00PM


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.