16.02.2016 18:58, Leyne, Sean wrote:
>
> We are running into an interesting problem while trying to implement
> some triggers.  We are getting the following message:
> Cannot commit transaction:
> Undefined name.
> Too many Contexts of Relation/Procedure/Views. Maximum allowed is 255.
> We have tried to break up the trigger into multiple triggers, without
> effect.
> I always thought that this error was about table/view references, not
> about old/new context variables.
> What is the source of the error?

OLD/NEW occupy two contexts, the rest is from somewhere else. Do you 
have computed fields with embedded selects that are being accessed via 
the OLD/NEW references?


Dmitry



------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to