I am working on vb.net application in which i am working on making crystals reports. I am database as Ms-Access.I did following to open the connection of Ms-Access:
Dim con As OleDbConnection = New OleDbConnection("Provider=Microsoft.Jet.Oledb.4.0; data source=database.mdb")
con.open()
but when controls comes to con.open()
, it shows the following error:
The 'Microsoft.Jet.Oledb.4.0' provider is not registered on the local machine
Can anyone help me.