MySQL Forums
Forum List  »  Connector/C++

Re: C++ MySQL Connector 1.1.0 Throws exception but query succeeds
Posted by: James Barajas
Date: August 02, 2012 12:36PM

Thank you for the response Andrii,

So I checked my code and noticed that I was using:
Driver *driver = get_driver_instance();
instead of:

sql::mysql::MySQL_Driver *driver = sql::mysql::get_mysql_driver_instance();

so I changed that to match the example provided but I still got the same error.

The exception is printed into std out.
I have tried running inside gdb but it behaves the same way.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: C++ MySQL Connector 1.1.0 Throws exception but query succeeds
2755
August 02, 2012 12:36PM


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.