Hi, all!

http://www.sqlite.org/whentouse.html

says:

"Temporary triggers can be added to the database to record all changes into
a (temporary) undo/redo log table. These changes can then be played back
when the user presses the Undo and Redo buttons. Using this technique, an
unlimited depth undo/redo implementation can be written in surprisingly
little code."

i'm wondering if anyone can point me to an example of implementing such a
beast?

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to