Subject | Re: [ib-support] Trigger problem |
---|---|
Author | Doug Chamberlin |
Post date | 2001-10-06T23:29:40Z |
At 10/6/2001 07:11 PM (Saturday), bossman@... wrote:
your application after the SQL which invoked the trigger finishes.
Use the EXECUTE PROCEDURE statement to run a stored procedure from within a
trigger.
>Got a table with fields in it. What i'd like to do is to put a vaueYou cannot commit from within a stored procedure or trigger. Do this from
>into a field via a trigger (this is fine and can do it).
>
>what i want then to do is to do a commit retain so the value that was
>just placed to appear on the screen (another words refresh the view).
your application after the SQL which invoked the trigger finishes.
Use the EXECUTE PROCEDURE statement to run a stored procedure from within a
trigger.