Subject | Re: Problem in Binding Cursor error when running stored proc |
---|---|
Author | robertgilland |
Post date | 2006-02-25T23:42:28Z |
I am calling this as a EXECUTE PROCEDURE statement.
--- In firebird-support@yahoogroups.com, Lucas Franzen <luc@...> wrote:
>
>
>
> robertgilland schrieb:
> > I am running a stored proc as below,
> > and I am getting a "Problem in Binding Cursor" error.
> > What is that?
>
> You shouldn't call that procedure as a SELECT statement but as an
> EXECUTE PROCEUDRE statement.
>
> Use a StoredProc or DSQL component instead of a Cursor/Qurey
component.
>
>
> Luc.
>