Subject Re: [firebird-support] Stop the deleting process
Author Lucas Franzen
Daniel,

Daniel Berstein schrieb:

> Will such an exception be raised for every row to be deleted or will the first raised
> exception abort the whole operation?

You mean if you do a delete from .. where ...?
As soon as the exception is raised the deletion progress will stop
(since there is no sense in continuing it)

Luc.