Subject Re: [firebird-support] Error while trying to create stored procedure - invalid request BLR at offset 218
Author Nick Upson
On 15/11/2007, Fabio Gomes <fabioxgn@...> wrote:
> Hi,
>
> I'm trying to create a stored procedure from a delphi application and I'm
> getting this error:

Hopefully you are not trying to dynamically create & drop stored
procedures from your delphi client. It sounds like you are trying to
send the create procedure ddl via the SQL interface - This is a bad
idea.

> *invalid request BLR at offset 218
> undefined message number
>
> *This is my stored procedure's code:*