Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Implementing undo/redo with a DB-aware app ...

843854Apr 11 2004 — edited Apr 12 2004
Hello
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 10 2004
Added on Apr 11 2004
3 comments
82 views