H
Håvard Danielsen
Guest
No, I meant ADM1. Edit: This was in response to Mike Fechner, not myself... 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...