Subject | RE: [firebird-support] Firebird 1.5 RC7 Procedure - re-factoring? |
---|---|
Author | Alan McDonald |
Post date | 2003-11-20T11:23Z |
> HiJust another suggestion... have a look at the
>
> what re-factoring means?
>
> Thanks
>
> Agostinho
>
> cpis@...
>
FOR SELECT ... INTO :VAR DO BEGIN
END
syntax.. you can make your code a lot more reliable, readable and much
faster.
instead of getting count(*) then using a while loop
Alan