|
The AsciiDataset is a VCL component with which you can access, edit, update a CSV (Comma Seperated Value) file as if it was a table within a database.
Newest & Hot:
- Delphi 2007 Support
- Now with DelimitedText support, allowing you to use any delimited text files as source data, from CSV to TAB delimited.
Highlighted features:
- Direct access to any CSV file
- You only need your EXE. You don't even need the CSV file if you defined persistant fields in your dataset, the CSV file will be created for you
- Any text file will work, in general your data should be contained in a single file per TAsciiDataset instance with your Field names comma delimited as your first row.
- You get full sourcecode upon registration
- Fully compatible with Delphi 5,6,7,2005,2006,2007 as well as Kylix 1,2,3
- Single Source, which means you don't have to change any AsciiDataset related code when porting between Delphi and Kylix.
- Compatibilty
- TAsciiDataset are compatible with any CSV type file, thus a comma and quoted text file. As well as custom formats depending on it's Delimiter and QuoteChar settings.
- Support ALL fieldtypes from autoinc, strings, integer, floats,..,to enums, sets,..., memos and blobs.
- Detail:
- Derived
- Standard Properties and Methods
- Master-Detail: MasterSource (connect to any other TDataset derived component MSAccess, DBase, etc) and MasterFields.
- Locate, LocateRecord and Lookup
- Full Bookmark support
- Ease of Use
- Use the TAsciiDataset as easily as a TTable
|