Re: Snapshot too old

From: Dieter Beitel <dbeitel_at_csi.com>
Date: 1998/02/26
Message-ID: <6d4252$1rj$1_at_popnews.hamburg.pop.de>#1/1


Hi Faizel,

that a well known problem concerning cursors. An open cursor holds its data in a snapshot. If you change its data in the database with a commit, the next fetch raises the error.

Skip the commit within the loop
or
if you cannot, close the cursor, commit changes and reopen cursor, minor problem with the cursor positioning.

---
Dieter
Received on Thu Feb 26 1998 - 00:00:00 CET

Original text of this message