Subject Re: [firebird-support] Issue: deadlock with Firebird and Delphi. ref/eDN7002040583
Author Ivan Prenosil
> Repeat
>
> Try
>
> Post;
>
> Ok:=true;
>
> Except
...

What is "Post" ? Does it actually _exectue_ the statement
each time it is called ?

Btw. why do not you use Wait transaction ? This loop is not nice.

Ivan