Subject Re: [IB-Architect] no current row for fetch operation
Author Ann Harrison
At 01:17 PM 10/26/2000 +0400, Dmitry Kuzmenko wrote:
>I have stored procedure, returning only one row. Maybe more than one row.
>This procedure is selective, i.e. it has SUSPEND in it's body.
>I'm executing query:
>
>SELECT T.*, SP.*
>FROM TABLE T, PROC(T.ID) SP
>
>This shows error message:
>"no current record for fetch operation"

Interesting problem. Does the error occur before the
first row is returned?

Ann