I\'m trying to connect to a mdb file and I understand that I would need Microsoft.OLEDB.JET.4.0 data provider. Unfortunately, I do not have it installed on the
Microsoft.OLEDB.JET.4.0
Try this..
using System.Data.OleDb; OleDbConnection dbConn; dConn = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=Registration.accdb;");