Subject Re: [firebird-support] why I not get first row in procedure
Author Luigi Siciliano
Ok, I find my mistake:

It is necessary add a line SUSPEND after DO before the second FOR SELECT

like this:
FOR SELECT
  <SNIP>
  DO *SUSPEND*
 FOR SELECT
 <SNIP>

Thanks.
--

Luigi Siciliano
--------------------------