Reggie White wrote: > > I need a way to determine if a record was updated by another user. > > In Oracle they have ROWID, in SQLBase they also have ROWID > and in SQLServer > they have ROWVERSION.
Mhm, I thought to know a little bit about Oracle, and I thought that ROWID is just the ID of the row, without any timestamp or other info about last change in. Would you mind describing me, what you know about the ROWID and the info about last changes? > SAPDB has a SYSKEY but it can't be used to determine if a > record was changed > by another user. The same as (according to my knowledge) with ROWID. > > Does SAPDB (SQLMode = Internal) have some way to determine > that a record you > are currently dealing with was update by another user? Please describe the problem you try to handle. Do you want to know if the record was changed after your last change three weeks ago by another user, or if it was changed between your last selecting of this row (within the current transaction) and now or which other combination of work of different users is of interest? Elke SAP Labs Berlin > > Thanks > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
