Re: How to rollback database changes made in when_button_pressed triggers?
From: Pedro Talavera <ptalavera_at_copreci.es>
Date: Wed, 27 Oct 1999 12:39:53 +0200
Message-ID: <3816D679.273A86A6_at_copreci.es>
Date: Wed, 27 Oct 1999 12:39:53 +0200
Message-ID: <3816D679.273A86A6_at_copreci.es>
Anne Goodwin escribió:
> We found that if we put a forms_ddl('rollback') before we raise
> form_trigger_failure, this rolls the DB back without affecting the form.
Be carefull!
forms_ddl performs an auto commit and this can be dangerous. Received on Wed Oct 27 1999 - 12:39:53 CEST