Reputation: 1251
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?
Upvotes: 0
Views: 1136
Reputation: 91366
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
Upvotes: 1