Subject | Re: [firebird-support] INSTEAD OF TRIGGERS |
---|---|
Author | Adomas Urbanavicius |
Post date | 2004-12-23T10:14:56Z |
Martijn Tonies wrote:
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
>Hello,Yeah, with normal select view it will be fine, but what if I have
>
>
>
>>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.
>
>
>
>
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
>
>
>
>
>