I was tasked with creating a simple API to access an MDB containing regional data (Region Name, Region ID, Country, etc). I have read about the Jet Engine but there is not a lot of good tutorials or documentation on it. I would like to build this API using the latest technology compatible with .NET 4.0. At first I thought I could use LINQ, but I cannot seem to be able to find anything concrete on it.
My question is:
What are the best methods of reading/writing to an MDB from .NET and where can I find good tutorials or documentation on it.