Subject Re: [firebird-support] Stored procedure limit
Author Christian Danner
Hi Helen!

>Not lines, but bytes of BLR. The compiler will burp if the generated BLR
>exceeds 64Kb.

Are there any efforts to surmount this limitation some time?

Unfortunately there even isn't a specific error message from the BLR
parser for a violation of the 64k limit:
<< SQL error code = -104 (Unexpected end of command) >>
due to the interpretation of a shortened code can really mislead
inexperienced developers.

FB should at least belch in a more articulated manner ;-)

Regards,

Christian