Subject Flagging a deletion rather than delete
Author Didier Gasser-Morlay <Didiergm@nordnet.f
Hi all,

for some application I need to mark a record as deleted rather than
actually delete it. and I would like this to be performed in the
delete trigger but cannot find a way to do an update & stop the
deletion from happening. raising an exception seems to cancel the
update I did.

Also is there a way to have a 'silent exception' (ie not sending back
a message to the client, a bit like Delphi's ABORT) ?

Thanks in advance
Didier