Subject Re: [IBO] Is it possible to keep a View changing the original table?
Author Svein Erling Tysvaer
I think this has to do with your transaction isolation. I guess that if you
select from your view using tiConcurrency isolation, you will not see
changes done in other transactions (your editable transactions probably
ought to use tiCommitted isolation).

HTH,
Set

At 01:11 12.12.2002 -0200, you wrote:
>With Firebird, when I change any value in a table that is used to generate a
>View, the data in the View is automatically updated. Is it possible to
>avoid this ? Is it possible to keep the old data in the view and to update
>then only after a specific command do to it ? Thank you Edison Garcia