Subject | Re: [firebird-support] Problem in Binding Cursor error when running stored proc |
---|---|
Author | Lucas Franzen |
Post date | 2006-02-25T13:30:04Z |
robertgilland schrieb:
EXECUTE PROCEUDRE statement.
Use a StoredProc or DSQL component instead of a Cursor/Qurey component.
Luc.
> I am running a stored proc as below,You shouldn't call that procedure as a SELECT statement but as an
> and I am getting a "Problem in Binding Cursor" error.
> What is that?
EXECUTE PROCEUDRE statement.
Use a StoredProc or DSQL component instead of a Cursor/Qurey component.
Luc.