Subject | Re: [IBO] Delete problem in Multi-User environment |
---|---|
Author | Marcel Brink |
Post date | 2003-07-17T12:46:52Z |
> I don't understand why it doesn't trigger a TIB_ISCError. Is thisthe 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 ofcached updates?
No, I'm not using Cached Updates. Just a plain TIBOQuery with no
special props set. Only AutoFetchAll = True and FetchWholeRows =
False
Marcel