Using System.Data under Windows x64?

S

Sin Jeong-hun

The default configuration is "Any CPU". As long as I've observed, the
result exe will run as 32bit under 32bit Windows, and 64bit under
Windows x64.

I tried to use Access mdb under Windows x64, by using;
ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; data source=...

Then an error message popped up saying that there is no such provider.
I searched the internet for this matter and found that Jet.OLEDB.4.0 is
a 32bit driver so it doesn't work with 64bit applications. So I had to
compile my application for 'x86' then it worked fine.

The question is, there is no the 64 bit driver for MDB? So 64bit .NET
applications can't access MDB? If there is a way, please let me know.
Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top