Subject | RE: [firebird-support] "Invalid Cursor State" |
---|---|
Author | Leyne, Sean |
Post date | 2017-10-18T18:19:38Z |
It´s an executable procedure which returns a parameter. It´s not a selectable procedure.
Its the kind of SP you invoke like "execute procedure ... returning values ..." while selectable ones are usually called as "select ... from stored_procedure_name"
I´ve managed to fix my issue, anyway.
<SL> What was the solution? (Others might want to know)