FB 1.5: Ошибка "The cursor identified in ..."
Добавлено: 17 май 2005, 21:21
Здравствуйте!
База FB 1.5.2.4731. При попытке выполнить такой запрос:
возникает следующая ошибка:
The cursor identified in the update or delete statement is not positioned on a row. no current record for fetch operation.
Кто нибудь сталкивался с таким?
Если да, то как лечить?
База FB 1.5.2.4731. При попытке выполнить такой запрос:
Код: Выделить всё
select *
from
offers, goods
left outer join
clients
on
clients.cl_id=offers.off_cl_id
where
(offers.off_g_id=goods.g_id) and
(offers.off_manager=:mas_st_id)
order by
offers.off_date descending
The cursor identified in the update or delete statement is not positioned on a row. no current record for fetch operation.
Кто нибудь сталкивался с таким?
Если да, то как лечить?