Subject | Delete problem in Multi-User environment |
---|---|
Author | Marcel Brink |
Post date | 2003-07-17T09:09:02Z |
Hi,
I have a problem catching the Exception which is raised when
a user tries to delete a record wich already has been deleted by
another user with a TIBOQuery.
In this case none of the (Error) Event's are triggered, so
i have to use the Delete in a Try Except, which i actually don't
want to since the exception is an TIB_DatasetError which could be
anything.
Any suggestions ?
Thanks in advance
Marcel Brink
Xploration.
I have a problem catching the Exception which is raised when
a user tries to delete a record wich already has been deleted by
another user with a TIBOQuery.
In this case none of the (Error) Event's are triggered, so
i have to use the Delete in a Try Except, which i actually don't
want to since the exception is an TIB_DatasetError which could be
anything.
Any suggestions ?
Thanks in advance
Marcel Brink
Xploration.