Subject Re: [IBO] Delete problem in Multi-User environment
Author Helen Borrie
At 12:07 PM 17/07/2003 +0000, you wrote:
>Hi,
>
>This is what happens:
>
>User A Deletes a record.
>User B tries to delete the same record.
>User B gets an AV : EIB_DatasetError "Record was not located to
>Delete"

I don't understand why it doesn't trigger a TIB_ISCError. Is this the only
error that you see?
If you really mean "AV", what is the Access Violation message? Does User B
get the AV before or after the EIB_DatasetError is thrown?


>Normally I would expect this to trigger the OnError Event of the
>Dataset, or the OnDeleteError. None of them are triggered.

How do you know they are not triggered?

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

Helen