Subject | Re: [IB-Architect] no current row for fetch operation |
---|---|
Author | Ann Harrison |
Post date | 2000-10-26T14:16:52Z |
At 01:17 PM 10/26/2000 +0400, Dmitry Kuzmenko wrote:
first row is returned?
Ann
>I have stored procedure, returning only one row. Maybe more than one row.Interesting problem. Does the error occur before the
>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"
first row is returned?
Ann