PDA

View Full Version : QSqlQuery, MySQL, "show engines;"



mbaszczewski
16th July 2009, 19:25
Hi I have problem with simple query: "show engines;".


QSqlQuery query(database);
query.exec("show engines;");
query.size() //always -1 !!
//for "show collation;" everything is ok

This is strange because this query work's fine with MySQL Query Browser or phpMyAdmin. Any idea?