1

I would like to know what is the simplest way to fetch and add data from an Access database using C#?

LINQ doesn't work and the Entity frame doesn't work. Is there a simpler way then having to write a entire OleDbConnection/OleDbCommand/OleDbDataReader?

1

1 Answer 1

0

have a look at LINQ to ODBC providers or even LINQ to JET/OLEDB provider. Have a look at the following existing solution (although Alinq is known to have a few issues/dodgyness):

Or another option if you are keen then just create your own:

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.