问题
In my application i have to read data from a CSV file. I want to use Microsoft Text Driver or Microsoft.Jet.OLEDB.4.0.
I am confused between the two. Which one should i opt for?
回答1:
These are more or less the same thing in that they both use Jet
However, one is for OLE DB and one for ODBC, you might like to read OLE DB for the ODBC Programmer
来源:https://stackoverflow.com/questions/4569833/microsoft-text-driver-or-microsoft-jet-oledb-4-0