Implementing undo/redo with a DB-aware app ...
843854Apr 11 2004 — edited Apr 12 2004Hello
I'm writing a prototype application that uses a database (now local DB) to store/read data.
How to implement undo/redo features when working with DB?
Seems I should use commit() & rollback() methods, but they would be called too often.
Would it slow down database too?
PS Now I'm using hsqldb.sf.net & mysql