Subject | Re: [IBO] Error Creating cursor handle |
---|---|
Author | Helen Borrie (TeamIBO) |
Post date | 2002-01-09T07:35:47Z |
At 02:02 PM 09-01-02 +0700, you wrote:
select * from MySP (:parameter1, :parameter2)
Does this solve it?
If not, would you care to post the source code of your SP?
regards,
Helen Borrie (TeamIBO Support)
** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at www.ibobjects.com
>Dear List,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
>
>I'm using TIBOStoredProc and getting "Error Creating cursor handle" when I Prepare.
>
>Is this known error ? Any hints ?
select * from MySP (:parameter1, :parameter2)
Does this solve it?
If not, would you care to post the source code of your SP?
regards,
Helen Borrie (TeamIBO Support)
** Please don't email your support questions privately **
Ask on the list and everyone benefits
Don't forget the IB Objects online FAQ - link from any page at www.ibobjects.com