Reputation:
I just want to know whether Microsoft.Practices.EnterpriseLibrary.Data 6.0 version supports SQL Server 2016? I am planning to migrate my SQL Server to 2016 from 2008 , just want to know whether Microsoft.Practices.EnterpriseLibrary.Data is compatible with SQL Server 2012.
Appreciate if any one help
Upvotes: 0
Views: 637
Reputation: 1362
Microsoft.Practices.EnterpriseLibrary.Data is a high-level abstraction on top of ADO.NET libraries. It supports all versions of Microsoft SQL Server, from 2005 to 2016 out of the box.
Upvotes: 1