Subject Re: [firebird-support] What error is it?
Author Helen Borrie
At 11:08 AM 27/05/2004 +0000, you wrote:
>Hi,
>
>I've got this error when i tried to create a stored procedure.
>
>Statement failed, SQLCODE = -904
>
>Implementation limit exceeded
>-block size exceeds implementation restriction
>
>I'm using firebird 1.5
>Anybody knows what could be the caused of the error?

Yes, it means the size of the binary code is greater than 64 Kb. Break the
procedure into smaller procedures.

/heLen