Dennis: That would be my guess. A simple update trigger to push the value in (you would have to be careful about an endless loop), and also an insert trigger for the first time.
Karen > I need to add a datetime column to a table that will indicate the last > time each row was inserted or updated. > > It has to be updated regardless of how it is updated, namely with RBASE > or Ottero. > > > > I want this value to survive a reload or an unload/load. > > It believe this rules out a computed column > > > > Is a trigger the only way to accomplish this? > > > > Thanks in advance, > > Dennis McGrath > > > > >

