Having Problems running Debug Version
Posted by: P S
Date: August 25, 2010 09:11AM

When running a debug version iam receiving a error at

sql::Driver *sqldriver;
sql::Connection *sqlcon;
sql::Statement *sqlstatement;
sql::ResultSet *sqlres;

sqldriver=get_driver_instance();
sqlcon=sqldriver->connect("tcp://XXX.XXX.XXX.XXX:3306", "XUSER", "XPASS");
sqlcon->setSchema("XDB");

iam receiving the following error when hitting : sqldriver->connect
Unhandled exception at 0x6d17b690 .. exe 0xC0000005: Access Violation at Position 0xcccccccc

when switching to release version it all just runs fine.

mysqlcppconn.lib from latest c++ connector
libmysql.dll in pwd of project from latest C Api Connector

Options: ReplyQuote


Subject
Views
Written By
Posted
Having Problems running Debug Version
786
P S
August 25, 2010 09: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.