Few days ago I got the following error on a pc.
The problem occurs because Microsoft Data Access Components (MDAC) is not installed on the computer. The .NET application uses MDAC to access the data from the database.
To resolve this problem, I installed MDAC on the computer. I downloaded MDAC from the following Microsoft Developer Network (MSDN) Web site:Data Access downloads
http://msdn2.microsoft.com/en-us/data/aa937695.aspx
And now the problem is solved.
