TDataSet.AppendRecord
TDataSet |
Top |
· | For indexed Paradox and dBASE tables, the record is inserted into the dataset in a position based on its index.
|
· | For unindexed Paradox and dBASE tables, the record is added to the end of the dataset.
|
· | For SQL databases, the physical location of the append is implementation-specific. For indexed tables, the index is updated with the new record information.
|