M
Mike Fechner
Guest
Ok. ADM2 RowIdent's do also contain ROWID values. Am 29.05.2014 um 18:11 schrieb "Håvard Danielsen" bounce-hdaniels@community.progress.com : No, I meant ADM1. From: Håvard Danielsen [ mailto:bounce-hdaniels@community.progress.com ] Sent: Thursday, May 29, 2014 12:59 PM To: TU.OE.RDBMS@community.progress.com Subject: RE: [Technical Users - OE RDBMS] What could be the cause of RECID pointers corruption/missing? The term ADM is ambiguous, so to clarify: ------------- ADM1 uses _File._template to find the template record in the database table in order to initialize values for a new record. This was actually a rather common way to generically initialize a new record outside a transaction without doing a create when dynamic code and buffers did not exist. One can make the code “MT-compliant” and replace the template usage with dynamic code - adm/method/tableio.i adm-add-record. ADM1 uses rowids as record identifiers for navigation and update and cannot be considered "partition-safe".
Continue reading...
Continue reading...