Subject | Re: [IBO] Error Creating cursor handle |
---|---|
Author | Hie Joen |
Post date | 2002-01-09T08:23:22Z |
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)
instead, with SQL like
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 usewith 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?