Subject Re: [firebird-support] INSTEAD OF TRIGGERS
Author Adomas Urbanavicius
Martijn Tonies wrote:

>Hello,
>
>
>
>>Is there anything like INSTEAD OF TRIGGERS in FB ?
>>I create complicated view, then I write INSTEAD OF
>>(insert/delete/update ) trigger, and view becomes writable
>>
>>
>
>Write normal triggers and you should be able to do that
>just fine.
>
>
>
>


Yeah, with normal select view it will be fine, but what if I have
view : "select count(*) from A1".
This view obviously is not writable, but if I had trigger "INSTEAD OF
INSERT", I could write to it.
then I could write to any view, with having apropriate triggers.

Adomas

>
>
>
>
>