MySQL Forums
Forum List  »  Connector/ODBC

Re: Swap odbc driver version 3.51 to 5.34
Posted by: Bogdan Degtyariov
Date: July 28, 2019 10:02PM

Hi Clesio,

You are probably referring to the version 5.3.4 of ODBC driver because there is no version 5.34. I would recommend you to try the version 5.3.13 from here:

https://dev.mysql.com/downloads/connector/odbc/5.3.html

Also, you can check the version 8.0.17:

https://dev.mysql.com/downloads/connector/odbc/

The older versions of 5.3.x and 8.0.x had issues retrieving long text information and running some types of server-side prepared statements. Both problems were fixed in 5.3.13 and 8.0.17.

There is also a workaround for it, which is to prepare statements on the client side. This functionality can be enabled by adding NO_SSPS=1 to the connection string or by ticking a box in ODBC Administrator GUI: Details >> Misc >> [x] Prepare statements on client

Options: ReplyQuote


Subject
Written By
Posted
Re: Swap odbc driver version 3.51 to 5.34
July 28, 2019 10:02PM


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.