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!
Qt Code:
for() { ... QSqlTableModel model; model.setTable("tableA"); model.select(); model.insertRow(0); ... model.submitAll(); }To copy to clipboard, switch view to plain text mode
Bookmarks