in reply to Update while reading Database

Someone shouts out: Use a trigger! Use a trigger!

Replies are listed 'Best First'.
Re: Re: Update while reading Database
by Mr. Muskrat (Canon) on Jun 17, 2002 at 23:32 UTC
    What if the database doesn't support triggers?
    *cough*MySQL*cough*
    Who says that programmers can't work in the Marketing Department?
    Or is that who says that Marketing people can't program?
      Not to mention that it'd have to be a select trigger, which is even less standard.

      And the user may not have DBA priviledges to create a trigger in the first place...

      Michael