Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    A simple question of QSqlQuery but I can‘t solve it????help!!!

    General and Desktop
    3
    3
    1521
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      master huang 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..

      1 Reply Last reply Reply Quote 0
      • K
        kunashir last edited by

        Check you pro-file, It have next:
        QT += core gui network sql // <<<

        and
        #include <QtSql>
        #include <QSqlQuery>

        in your source file.

        1 Reply Last reply Reply Quote 0
        • L
          lgeyer 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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post