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...
Continue reading...