python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SQL - how to show SKUs with the lowest price from a query
I am making a query for a price comparison site and I have to provide them a csv file with certain data. I have done the query and the first problem was that the prices that showed up in it were the f...
75suited
Votes: 0
Answers: 1
QSqlTableModel list of transactions
I am writing a PyQt6 QSqlTableModel application. I'm using manual update and submitAll(). I want to capture the sql statements which were successfully executed. The executedQuery() method reports only...
fossildoc
Votes: 0
Answers: 0
Getting a QSqlError("", "", "") and query.next() returns false
Hi I am trying to create a login form and i am using SQLite and Qt. The connection to the database is successful, query.prepare() returns true as well as query.exec(). However, qry.next() always retur...
Karina Yeremenko
Votes: 0
Answers: 1