Subject | Re: [firebird-support] Error while trying to create stored procedure - invalid request BLR at offset 218 |
---|---|
Author | Nick Upson |
Post date | 2007-11-15T13:06:06Z |
On 15/11/2007, Fabio Gomes <fabioxgn@...> wrote:
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.
> Hi,Hopefully you are not trying to dynamically create & drop stored
>
> I'm trying to create a stored procedure from a delphi application and I'm
> getting this error:
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:*