Re: How to rollback database changes made in when_button_pressed triggers?
From: John Beckerle <jdbeckerle_at_alum.mit.edu>
Date: Thu, 28 Oct 1999 23:44:39 -0400
Message-ID: <7vb580$qef_at_s1.easley.net>
Date: Thu, 28 Oct 1999 23:44:39 -0400
Message-ID: <7vb580$qef_at_s1.easley.net>
My very low tech approach is test for potential errors and set flags in forms variables as the user works through the form, and place all of the dml statements in the one final "Save all the changes..." button, which ends with a commit.
This doesn't really solve the problems if there are errors during the commit processing. I use this to allow the users to change their minds and back out of anything until they finally commit. Received on Fri Oct 29 1999 - 05:44:39 CEST
