Subject | RE: [firebird-tools] Re: GPRE |
---|---|
Author | Paul Beach |
Post date | 2005-05-25T13:45:55Z |
> Ok, I will try.Or you could try this using a CURSOR.... as you indicate
> 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)!
Paul