Forum Post: RE: What could be the cause of RECID pointers corruption/missing?

  • Thread starter Thread starter Håvard Danielsen
  • Start date Start date
Status
Not open for further replies.
H

Håvard Danielsen

Guest
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...
 
Status
Not open for further replies.
Back
Top