JVCL Help:TJvCustomCsvDataSet.AppendWith

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Adds contents of a TStrings object to the existing rows in the database.


Pascal

 procedureAppendWith(Strings: TStrings); virtual;


Parameters

Parameters Description
Strings: TStrings The CSV data as a list of Strings (object TStrings).


Description

Appends more data in CSV format. Useful for incrementally loading a large dataset from multiple files, a bit at a time. For example, you might have daily log files stored with the date as part of their filename,and you might want to load up all the data for a certain range of dates.


See Also

TJvCustomCsvDataSet.AssignFromStrings, TJvCustomCsvDataSet.OpenWith


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page