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
Why not lighten it up and use a VCL TStringList with TStringList.LoadFromFile() and forget about ODBC, MDAC, WDAC and whatever else weighs down the task at hand?