Subject Re: [IBO] IBO problem with my after delete trigger
Author Helen Borrie
At 02:36 PM 29/08/2004 +0000, you wrote:
>Hi
>
>I have a master detail setup using IB_Query. Everything work fine as
>for as I know until I notice that a after delete trigger is not
>working. I have check my trigger clearly and find nothing wrong, and
>things get more complicated when I try to delete a record using IB
>Expert my trigger works but when deleting a record in my application
>the trigger doesn't work.
>
>So I think there could be a problem with IBO somewhere, where do I start?

It has nothing whatsoever to do with IBO. IBO doesn't even know about
triggers.

The effects of triggers don't show up until and unless the work is
committed. So -- find out why the delete is not committing (or perhaps it
does commit successfully and you just aren't refreshing the query...)

Helen