Subject Re: [Firebird-Architect] Transaction Isolation Levels
Author Ann W. Harrison
At 08:00 AM 9/1/2004, Federico Tello Gentile wrote:

>My question or doubt is, isn't this much simpler in FB? My guess is
>all you need is to set up Repeatable_Read isolation level and you will
>never have data changed while you are inside one transaction. Am I
>right?

Right.

>If that is the case, when another transaction updates the data I'm
>reading will those updates be stopped until my transaction finishes?

No, the other changes continue, but are not visible to your transaction.

Regards,


Ann