OLEDB support in SQL Server 2014?
Does anyone know of the OLEDB drivers will be supported in SQL Server 2014? I read in some post it would not be available after SQL 2012 but in the OLEDB documents on the Microsoft site it shows a topic under SQL 2014. Thanks.
1 answer
I see on this website SQL Server Native Client 11.0 OLE DB Provider and the dll file sqlncli11.dll I search on my windwos 2012 server with SQL2014 and found this dll file under system32
I'm trying using a conection string for an old ASP database connection.
https://www.connectionstrings.com/sql-server-2012/#sql-server-native-client-11-0-oledb-provider
Hope that help for you.
Vega