Subject Re: [firebird-support] Re: must I grant select in order to DELETE ... WHERE,
Author Ann W. Harrison
miloshd2003 wrote:

>
> Thanks for replying. The view references several tables and I thought
> that such views can not be updateable. OK, I will try something.
>

In Firebird you can define triggers for views that are not naturally
updateable. The triggers describe exactly what an update should do to
the underlying tables. It's reasonably neat.

Regards,


Ann