From: Gerhard H. <gh...@gh...> - 2004-11-22 09:24:25
|
On Mon, Nov 22, 2004 at 07:06:38PM +1000, Timothy Smith wrote: > .rollback(), can i rollback the the last commit for the db object? An explanation might be this: changes are accumulated until you COMMIT or ROLLBACK the transaction. They are accumulated fro mthe point you commited or rolled back the last time. If you .commit() then the changes are permanent. If you rollback, then you discard the changes. You cannot undo changes that you already committed with a single command. -- Gerhard --=20 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? |