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?
sql::ResultSet *res;
I get the error "Type 'sql::ResultSet' could not be resolved". The documentation specifically uses this, so what gives?