Subject Re: [IBO] Delete problem in Multi-User environment
Author Marcel Brink
> I don't understand why it doesn't trigger a TIB_ISCError. Is this
the only
> error that you see?

Yes... That's the Only Error.

> How do you know they are not triggered?

Because I implemented them. When I debug the IB source it seems like
the Event is not assigned, so it just raises the Exception.
I just did a ShowMessage on the OnError Event, but it never gets
fired.


> Sorry, we are not getting far here. Are you using any sort of
cached updates?

No, I'm not using Cached Updates. Just a plain TIBOQuery with no
special props set. Only AutoFetchAll = True and FetchWholeRows =
False

Marcel