Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Trigger Question

Does Anyone know if, within a Trigger, you grab any value that was part updated
row. I'm not looking for the updated column name.. I'm looking for a row
value. If anyone can help me out, it would be greatly appreciated.
Ari
[251 byte] By [Ari] at [2007-11-9 23:10:14]
# 1 Re: Trigger Question
not sure I understand your question, but the previous value of the row(s)
will be in the deleted virtual table and the new value of the row(s) will be
in the inserted virtual table
--
HTH,
David Satz
Principal Web Engineer
Hyperion Solutions

"Ari" <ahaber@nyc.rr.com> wrote in message
news:3f7b2385@dev-archive7.web.dev-archive.com...
>
> Does Anyone know if, within a Trigger, you grab any value that was part
updated
> row. I'm not looking for the updated column name.. I'm looking for a row
> value. If anyone can help me out, it would be greatly appreciated.
>
> Ari
David Satz at 2007-11-11 23:50:23 >