Subject RE: [IBO] Can new.columnvalue be used in an after insert trigger?
Author Alan McDonald
> Or can it only work in a before insert?
>
> Mitch

in FB1.5.3, you can query it's value but you can't set it in the after
triggers.
additionally, in FB1.5.3 if you set it in the after trigger, it had no
effect. but in FB2 the assignement attempt raises an exception.
Alan