Error with ADODB Connection

I have windows 8
Trying to Connect Access 2007 from VB.Net 2012 using the ADODB Connection
con.open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Temp.mdb;Persist Security Info=False;Jet OLEDB:Database Password=")
I am getting an exception "Provider cannot be found. It may not be properly installed".
Could someone share an opinion regarding why this error is happening.

0 answers