[Solved] How correctly save data table to DB?
General and Desktop
3
Posts
2
Posters
4.2k
Views
1
Watching
-
wrote on 20 Jul 2010, 08:39 last edited by
I use QSQLITE. Open DB, dispaly in table, make change, close programm. How correctly save data table to DB?
-
wrote on 20 Jul 2010, 13:41 last edited by
find answer
@model->database().transaction();
if (model->submitAll()) {
model->database().commit();
model->select();
} else {
model->database().rollback();}@
-
wrote on 20 Jul 2010, 13:52 last edited by
I read the title and assumed you meant blueray disc... Only when reading the question itself I realized that you probably meant database:-)
1/3