Subject Re: [firebird-support] Stored Procedure Source Code limits on # of lines.
Author Lucas Franzen
Olan,

rbozzz schrieb:
> Greetings,
>
> Please help me with my stored procedure problem? I'm getting an error
> message with my stored procedure that reached 1028 lines of code
> (Including blank lines and comments). Is this a limitation of firebird
> version 1.5? or is there any configuration that I just need to set or
> updates?

It's a limit of the size of the BLR (compiled code) not of the number of
lines.
You cannot increase this by any setting.

You have to split your procedure.

Luc.