paulyoder / LinqToExcel

Use LINQ to retrieve data from spreadsheets and csv files
MIT License
1.06k stars 299 forks source link

Wondering if this library can handle mdb files. #122

Closed sameerkattel closed 7 years ago

sameerkattel commented 7 years ago

Since mdb can be queried using Microsoft.Jet.OLEDB.4.0, wondering if this library can support querying mdb files.

mrworkman commented 7 years ago

I'm not sure, but it might. It's not intended for that though. The way to find out is to try it ;)