Re: Implicit vs Explicit declaration of cursors.

From: Pauli Salmu <pauli.salmu_at_pp.kolumbus.fi>
Date: 1997/04/15
Message-ID: <3353E8BD.49A2_at_pp.kolumbus.fi>#1/1


José Luis Pérez García wrote:
> I need to know in which cases it's better to use
> cursor for loop against the typical
> declaration of a cursor and its use within a loop
> with fetch.

I use for loop as default because it's simpler. Most often I have to use explicit declaration and plain loop when the cursor record must be accessed outside the loop, which seems to be impossible with implicit declaration. Received on Tue Apr 15 1997 - 00:00:00 CEST

Original text of this message