A simple question of QSqlQuery but I can‘t solve it????help!!!
-
wrote on 20 Mar 2012, 07:10 last edited by
now I have define the object of QSqlQuery like this:“QSqlQuery query; query exec(......);"
but why it shows the mistake of "error: ‘query’ was not declared in this scope.....";I spend several hours to find it why,but I'm failed.
please help me,thanks.. -
wrote on 20 Mar 2012, 07:14 last edited by
Check you pro-file, It have next:
QT += core gui network sql // <<<and
#include <QtSql>
#include <QSqlQuery>in your source file.
-
wrote on 20 Mar 2012, 07:48 last edited by
On a sidenote: adding multiple punctuation marks at the end or in between your question does not emphasis the importance of your question, it just keeps some people away from reading your post at all, as such a behaviour can be seen as a major annoyance.
If you want to get the most of these forums (or forums in general) make sure you have read "this":http://www.catb.org/~esr/faqs/smart-questions.html at least once.
3/3