Results 1 to 5 of 5

Thread: QSqlQuery::value: not positioned on a valid record

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Mar 2010
    Posts
    69
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QSqlQuery::value: not positioned on a valid record

    yes I have done this as well.please have look,
    Qt Code:
    1. m_pSqlQuery[1].exec();
    2. assert(m_pSqlQuery[1].isActive());
    3.  
    4. assert(m_pSqlQuery[1].next());
    To copy to clipboard, switch view to plain text mode 
    Last edited by wysota; 23rd October 2010 at 17:48.

Similar Threads

  1. Replies: 3
    Last Post: 26th March 2010, 04:32
  2. No valid Qt version set?
    By RoryWalsh in forum Qt Tools
    Replies: 4
    Last Post: 21st October 2009, 08:02
  3. error for No valid Qt version set
    By zhongxichuan in forum Qt Tools
    Replies: 2
    Last Post: 16th October 2009, 06:45
  4. QGLWidget::isValid() not valid in Qt-4.3.2?
    By Caius Aérobus in forum Qt Programming
    Replies: 3
    Last Post: 16th November 2008, 22:14
  5. valid a path name
    By klaus1111 in forum Newbie
    Replies: 3
    Last Post: 23rd July 2006, 15:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.