Subject Re: [firebird-support] Re: Issue: deadlock with Firebird and Delphi. ref/eDN7002040583
Author Ivan Prenosil
> Yes, I know the relation of data aware components and firebird via dynamic
> sql scripts, I did commit after each post. I solve this issue implementing
> the loop using a rollback.

But you said you are using read_committed transaction.
So either you actually used different isolation level,
or your components are too clever / too stupid
to make their own decision what to do on Post.

Ivan