I created a Delphi application which utilizes an ODBC data source to access text files in csv format. The driver is the \"Microsoft Access Text Driver\". But when I deploy my
Here's a CSV demo that doesn't require you to install any components or write any parsing code. If you can call my class .Create method, you can use this code without installing anything.
It uses two unit files that implement the JvCsvDataSet component, which is still a class, which can be instantiated the same way you can create a TStringList, you just create a TJvCsvDatSet.