I am currently accessing the 2010 access database in C # and it cannot open the database because it does not seem to have the correct driver when I used .mdb, it worked, but now when I use. accdb does not seem to want to open the database. Here is the introductory code. I was wondering if there is anything that you could help me?
public void openDatabase(string dbname) {
source share