I am currently configuring a linked server connection between Microsoft SQL-Server and a Microsoft Access database in our network. To make things easy, I saved the Access db locally and tried to configure the linked server.
First I created a system-DSN named "BADEN32" (32 bit) This DSN refers to my Access database (located C:\Users\xxx\Desktop\Baden.accdb) For this DSN, I used the Microsoft Access Driver (.mdb .accdb)
When I try to create a new linked server, I keep getting the following error: Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "BADEN32" I have already checked the MSDASQL provider if allow inprocess was true, but it was.
What am I doing wrong here?