Subject Re: [firebird-support] Re: Problem in Binding Cursor error when running stored proc
Author Helen Borrie
At 10:44 AM 26/02/2006, you wrote:
> > - Are you getting this error when using the stored procedure within
>your
> > application?
>
>No I am simply running this in IBOConsole
>
> >
> > - Are you using the stored procedure as a "selectable"
>or "executable"
> > stored procedure? Are you aware of the difference?
> >
> >
> >
>
>I am running it as EXECUTE PROCEDURE

I don't think that works with the query tool of IBOConsole, which is
designed to return a dataset (and where the Binding Cursor error is
coming from).

If you go to the Stored Procedures branch of the object tree and
double-click on your SP's name, you will get an executable
interface. Just click the "Execution" tab, enter your input params
and then click the Execute button on the right.

./heLen