MySQL Forums
Forum List  »  Connector/ODBC

Re: Problem using Connector/ODBC on Fedora 21
Posted by: Leo Carreon
Date: May 14, 2015 01:11AM

I have realized that there is nothing wrong with my code and have discovered that there is a problem with dynamic memory handling in Connector/ODBC 5.3.2. Therefore, I decided to replace the Connector/ODBC 5.3.2 that came with Fedora 21 with Connector/ODBC 5.3.4 that I downloaded from dev.mysql.com.

Connector/ODBC 5.3.4 has resolved my connection issue to the MySQL server. However, I have discovered a different issue with this version. The ODBC function SQLExecute is returning SQL_NEED_DATA when I bind output parameters even for fixed size data types such as integer, double, date, time and timestamp. This sort of issue did not exists in Connector/ODBC 5.2.5 which is included in Fedora 20.

Has anyone else discovered or reported the same issue?

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem using Connector/ODBC on Fedora 21
May 14, 2015 01:11AM


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.