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?
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?
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.
ok I fixed it with ui->tableWidget->setColumnCount(6); and now it is working as it should, thanks for all your help, regards!
Bookmarks