2

Please could someone show me a few examples of reading from an in-memory Access database (i.e. uploaded to a website) in C# / .NET 4.0.

1
  • Why is this not a real question? It's real - it happens that the answer is simple - you can't do it. Commented Apr 16, 2011 at 0:11

1 Answer 1

2

You can't - OLEDB will need a real file connection. Instead, save the Access database to the file system, use the OLEDB connection and command classes to work with the database.

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.