Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TDataSet.AppendRecord
TDataSet
Top 


Adds a new, populated record to the end of the dataset and posts it to the database.

procedure AppendRecord(const Values: array of const);

Description
Call AppendRecord to create a new, empty record at the end of the dataset, populate it with the field values in Values, and post the values to the database.

A newly appended record is posted to the database in one of three ways:

·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.  
The newly appended record becomes the active record.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 28, 2024