Darren Ferguson wrote:
>
> Seems really odd that you would do it this way. I can't think why you
> would not get the value first and then insert inot the table. I am
> assuming you get the value via (a).
I'm doing it this way for speed. I'm using PHP for the client and having
the client look up a value is much slower than having a trigger look it
up for me. At least I hope so ...
Jc