when i use the method as follows, i find that sometimes select() return false and the next methods can still
work! who knows why or any tips?
Thanks very much!
Code:
for() { ... QSqlTableModel model; model.setTable("tableA"); model.select(); model.insertRow(0); ... model.submitAll(); }
