Subject | Re: [firebird-support] working with cursors |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-02-27T08:00:33Z |
On 26 Feb 2004 at 14:00, frische_brise2003 wrote:
"cursors"...
rows or not.
SY, Dimitry Sibiryakov.
>where can I find a detailed example of using cursorsIn documentation. But everything depends on what you call
>in a FB 1.5 DB.
"cursors"...
>After declaring and opening a cursor I have to fetchLooks like you are using gpre... FETCH will return SQLCODE 100.
>the values in a loop, right? How do I know, that the
>last row has been fetched?
>What happens if I delete rows out of the tableIt depends on transaction parameters. You may get the old values of
>on which the select statement in cursor declaration
>is based, while stepping to the cursor?
rows or not.
SY, Dimitry Sibiryakov.