Subject Re: [firebird-support] Transaction question
Author Ann W. Harrison
Rick Debay wrote:
> Transaction A starts
> Transaction B starts
> TX B inserts many rows in table 1
> TX B commits
> TX A selects from table 1
>
> Can TX A see the rows that TX B committed?

That depends on the transaction options chosen for TX A. If it's
read committed, yes, it will see changes.


Regards,


Ann