I’ve been creating an application using Visual Studio 2010 C# and Microsoft Access 2007. I am new to this and I am experiencing some errors. I’ve tried using MySQL as a database before but when I changed it to MS Access 2007, there are errors occured stating that the database format is not recognized.
Here’s the print screen:

The file type of the database I created is .accdb.
Please help. Thanks
The driver you are using to connect accdb database is outdated, install Access 2010 Driver and then change your connection string in this way :