Subject Re: Strange problem - 'cannot update erased record'
Author Dmitry Yemanov
05.09.2012 12:07, Helen Borrie пишет:
>
> That's not a Firebird-defined error message.

Actually, it is, despite being thrown via isc_random.

This error is raised when the record being updated has been deleted by
some concurrent transaction which has been committed after the UPDATE
statement has read the record to be updated but before it has performed
the update itself.


Dmitry