Subject RE: [firebird-tools] Re: GPRE
Author Paul Beach
> Ok, I will try.
> One question: the gdml for/store is similar to code below?
>
> while( SQLCODE ) {
> ...
> EXEC SQL FETCH ...
> ...
> }
>
> The performance is small (e.g. the TEST table have 200.000
> records)!

Or you could try this using a CURSOR.... as you indicate

Paul