Subject Re: [IBO] Error Creating cursor handle
Author Hie Joen
Hi Helen,

I tried SP with parameters and w/o parameters and still getting error.

The source is in Firebird examples (employee.gdb: ALL_LANGS and
GET_EMP_PROJ).

Regards,
HJ
(Delphi 5 and IBObjects 4.2Fn)

> This will probably be related to its being the wrong kind of SP to use
with a TIBOStoredProc. If it is one that returns a dataset, use TIBOQuery
instead, with SQL like
>
> select * from MySP (:parameter1, :parameter2)
>
> Does this solve it?
>
> If not, would you care to post the source code of your SP?