Subject Re: [firebird-support] Problem in Binding Cursor error when running stored proc
Author Lucas Franzen
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.