Subject Re: [ib-support] Deadlock error on stored procedure
Author Ivan Prenosil
> I get the following error when running a simple stored proc:
...
> update conflicts with concurrent update
>
> This error seems to occure only after running the following stored proc and
> then running another stored proc accessing the same dataset ...

Do you mean you run these two procedures in _one_ transaction ?

Ivan