Subject Re: [IBO] IBO problem with my after delete trigger
Author Helen Borrie
At 02:57 PM 29/08/2004 +0000, you wrote:

> > 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
>
>Hi Helen,
>
>The delete is succesfull and are refresh. Is there other things I have
>to look at?

Could it be that the dataset that shows the table affected by the triggers
is in a different transaction? Or you have just forgotten to refresh that
dataset?

I don't have any other ideas. But IBO has no influence whatsoever over
what happens in triggers.

(Going to bed now...)
Helen
>