Subject Re: [IBO] Error executing sp
Author Scott Taylor
Helen Borrie said:
> At 08:04 AM 5/06/2004 -0700, you wrote:
>

>
> You're also fairly off-beam about this. You *can* convert it to a
> selectable SP and call it into an ib_cursor with SELECT - but it's much
> more optimal to leave it as an executable SP and call it into ib_cursor
> (or
> ib_dsql) with Execute.
>
> When you call Open or First on an executed statement, you get cursor
> errors.

Ah, clarity. Thank you. :)

--
Scott