Type 'sql::ResultSet' could not be resolved
I've been looking into the C++ connector documentation, to figure out how to access a MySQL database, and using prepared statements. However when using code like
sql::ResultSet *res;
I get the error "Type 'sql::ResultSet' could not be resolved". The documentation specifically uses this, so what gives?
Subject
Views
Written By
Posted
Type 'sql::ResultSet' could not be resolved
2387
October 19, 2013 06:05AM
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.