Re-Understanding QSqlQuery prepare and bindValue
I do not understand why the prepare function and the bindValue function exist in QSqlQuery, although I used them many times. Things could be simpler: QSqlQuery query(“select * from myprogrammingnotes”); […]