Microsoft Access Text ODBC Driver on Windows 7

后端 未结 7 910
孤城傲影
孤城傲影 2021-02-10 23:14

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

相关标签:
7条回答
  • 2021-02-10 23:46

    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?

    0 讨论(0)
提交回复
热议问题