Specifies the method used internally to generate sequenced field.
Unit
Ora
Syntax
TSequenceMode = (smInsert, smPost);
Values
Value | Meaning |
smInsert |
New record is inserted into the dataset where the first key field is populated with a sequenced value. An application may modify this field before posting the record to the database. |
smPost |
Database server populates the key field with a sequenced value when application posts the record to the database. Any value put into the key field before post will be overwritten. |