PDA

View Full Version : Rollback transactions in QDataTable



bubba
25th July 2007, 10:41
I have a QDataTable connected to a mysql database. How do you rollback changes in the QDataTable? What I'm trying to do now is to save previous records into a QValueList and repopulate the dataTable with original data if the user selects to rollback changes. Code example would help alot. Thanks!