Subject Re: Stored Proc Problem
Author spencerr99
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 12:20 AM 20/09/2003 +0000, you wrote:
> >I run this:
> >
> > execute procedure newrowid( 'person', 1 )
> >
> >I get this:
> >
> >ISC ERROR CODE:335544327
> >
> >ISC ERROR MESSAGE:
> >invalid request handle
> >
> >STATEMENT:
> >TIBOInternalDataset:
> >"<TApplication>.frmMain.dlgWisql.<TIBOQuery>.<TIBOInternalDataset>."
> >
> >
> >Statement: execute procedure newrowid( 'person', 1 )
> >
> >Any ideas?
>
> The query wasn't prepared?
>
> heLen

Sorry, forgot to mention I am running it from IBOConsole. But I get
the same result in Java code.

This code worked fine in Interbase 6.5, but blows chunks in Firebird.

TIA