Re: [firebird-support] why I not get first row in procedure

2017-09-01 Thread Luigi Siciliano luigi...@tiscalinet.it [firebird-support]
Ok, I find my mistake: It is necessary add a line SUSPEND after DO before the second FOR SELECT like this: FOR SELECT     DO *SUSPEND*  FOR SELECT   Thanks. -- Luigi Siciliano --

[firebird-support] why I not get first row in procedure

2017-09-01 Thread Luigi Siciliano luigi...@tiscalinet.it [firebird-support]
Hallo, why I not get first row in this procedure: SET TERM ^ ; RECREATE PROCEDURE ESTRATTO_CONTO_prova (     CONTO Char(5),     CLIENTE Smallint,     DATADAL DATE,     DATAAL date ) RETURNS (     ID Integer,     DATA_REGISTRAZIONE Date,     CAUSALE_ID Char(3),     DATA_DOCUMENTO Date,