Data Adapter

  • Thread starter Thread starter Nathan
  • Start date Start date
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?
 
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
 
Back
Top