Doug: In addition to what Emmitt says, remember the good old sys_rowver column? If you enable that, then you could copy the original sys_rowver value into a non-computed column in your temp table along with the regular dynamic sys_rowver column. Then after exiting the row see if the new sys_rowver version is newer than the old saved value. I've never tried it, but I kinda like this idea. I could probably use this somewhere.
Karen

