Data Adapter

N

Nathan

I've designed a program that accesses an MS Access
database. When I install the program on another computer
(after installing the dotnetfx), the program will not
read the database. I get the error message: "The .NET
Data OleDb Provider requires Microsoft Data Access
Components (MDAC) Version 2.6 or later. Version
2.50.4403.8 was found currently installed."

I assume this is because the MDAC components that come
with the dotnetfx must not be the up-to-date ones. What
can I do to fix this problem?
 
R

Roy Lawson

Yeah, I think that simply installing the latest version of
MDAC will remedy this problem. I went through MDAC h@ll
about 6 months ago with a VB6 application :)

-Roy
 

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