I have a MYSQL database I would like to link my MSSQL database to.
Previously I had this system working, utilising the MSDASQL Linked Server Provider, and creating an ODBC datasource using the latest MYSQL odbc driver.
Since my Windows 10 Upgrade this has stopped working. It is fortunately still working on a windows 2008 server.
The ODBC Datasource test connection is also still operational. When testing the connection within sql management studio, it fails with Exception "Unable to initalise MSDASQL Provider, No specific Information was given".
The ODBC Datasource works within Microsoft Access 2010.
From what I understand the MSDASQL provider is now deprecated? What other provider should I be using?