in reply to Re: Update while reading Database
in thread Update while reading Database

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?

Replies are listed 'Best First'.
Re: Re: Re: Update while reading Database
by mpeppler (Vicar) on Jun 18, 2002 at 00:39 UTC
    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