Subject Re: [firebird-support] Re: message length error (encountered 0, expected 8)
Author Helen Borrie
> >
> > > I encounter this error message every time I call a stored
>procedure
> > > with a varchar parameter.
> > >
> > > Version: Firebird 1.5 embedded
> > > OS: Windows XP
> > > Interface: C/C++
> > >
> > > Perhaps I have the syntax wrong, but what I'm sending is the
> > > following:
> > >
> > > EXECUTE PROCEDURE sp_myproc 1, 'my name';
> > >
> > > And what I *always* get is:
> > >
> > > message length error (encountered 0, expected 8)
> > >
> > > Is this a bug in my code or firebirds???
> > >

>--- In firebird-support@yahoogroups.com, Tiago GouvĂȘa de Oliveira
><tiago@n...> wrote:
> > I Think you need to use
> >
> > EXECUTE PROCEDURE sp_myproc(1,'my name');
> >
> > Try this..

At 10:53 PM 27/06/2004 +0000, you wrote:
>That didn't change anything either??

Show us the declaration of the SP.

/heLen