koristio sam konekcioni string tipa
string conString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\zoran\moje baze\db1.mdb;
Persist Security Info=False;";
OleDbConnection conn = new OleDbConnection(conString);
conn.Open();
DataSet ds = new DataSet();
OleDbDataAdapter dap = new OleDbDataAdapter("select * from RADNIK", conn);
dap.Fill(ds);
ali izbacije gresku The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.
ako moze pomoc oko toga