I'm honored. Can you convince my clients to allow me to replace their
thousands of GOTO'd programs with this structure. If you think my example
was error prone, you should see the crap I have to support.

mark (uses GOTO's sparingly) johnson

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 6:08 PM
Subject: Re: Help Needed regarding performance improvement of delete query


> Gives Mark the "most improved player" award.
> Will
>
> In a message dated 3/16/2004 5:07:09 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
>
> > LOOP WHILE READNEXT ID DO
> >    READV DTE FROM F.MASTER, ID, 5 THEN
> >         IF DTE LE DEL.DATE THEN
> >              DELETE F.MASTER, ID
> >              DELETE F.REFERENCE, ID
> >         END
> >    END
> > REPEAT
> >
> > there you go (to).
> --
> u2-users mailing list
> [EMAIL PROTECTED]
> http://www.oliver.com/mailman/listinfo/u2-users

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to