TDataSet.InsertRecord
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 tables, the record is inserted into the dataset at the current cursor position.
|
· | For unindexed dBASE, FoxPro, and Access tables, the record is inserted into the dataset at the end.
|
· | For SQL databases, the physical location of the insert is implementation-specific. For indexed tables, the index is updated with the new record information.
|