Subject Re: [firebird-support] "Invalid Cursor State"
Author Jorge Andres Brugger
I´m not sure which was the solution that finally worked, as I´ve made several changes, mostly on the execution order in my program (windows exe, not FB).
I suppose there is some issues with ODBC driver _and_ Clarion, but I´m not really sure about it.
Regards

2017-10-18 15:19 GMT-03:00 'Leyne, Sean' Sean@... [firebird-support] <firebird-support@yahoogroups.com>:


 

 

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)