Results 1 to 8 of 8

Thread: join is not working

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: join is not working

    Has your program successfully open()ed the database?
    Does the code you have shown us actually get executed?
    Does the query returning the count() work?

  2. #2
    Join Date
    Jan 2016
    Posts
    18
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: join is not working

    Database if opened successfully, I can add, edit, remove and see all records from my database in qt app, I just can't use join to see records from two tables in one.

  3. #3
    Join Date
    Jan 2016
    Posts
    18
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: join is not working

    ok I fixed it with ui->tableWidget->setColumnCount(6); and now it is working as it should, thanks for all your help, regards!

Similar Threads

  1. Qwt Join x and y axis
    By sonulohani in forum Qwt
    Replies: 0
    Last Post: 18th July 2012, 08:51
  2. Join the QtBrasil
    By ross in forum General Discussion
    Replies: 0
    Last Post: 9th August 2010, 18:04
  3. QSqlRelationalTableModel & Left Join
    By mhbeyle in forum Qt Programming
    Replies: 3
    Last Post: 21st December 2009, 12:40
  4. Thread does not join
    By AlphaWolf in forum Qt Programming
    Replies: 1
    Last Post: 22nd April 2009, 08:09
  5. QDataTable + join
    By zlatko in forum Qt Programming
    Replies: 1
    Last Post: 27th April 2006, 12:56

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.