Newbie: SYSKEY
"Reggie White" <[email protected]>
| Newsgroups | gmane.comp.db.sapdb.general |
|---|---|
| Message-ID | <[email protected]> |
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. SAPDB has a SYSKEY but it can't be used to determine if a record was changed by another user. Does SAPDB (SQLMode = Internal) have some way to determine that a record you are currently dealing with was update by another user? Thanks