Does Enterprise Library 1.0 support SQL Server 2005

I used to connect to SQL Server2000. If can change to SQL Server2005? If so, how do I change the settings? Many thanks.

0


a source to share


1 answer


You can connect to MSSQL2k5 using basically the same connection strings, backward compatibility is the main feature of MS platform.

Keep in mind that you need to migrate tables and possibly databases to new back-end databases.



In EntLib 1.0 code, my memory is not using MSSQL2k5 functions.

0


a source







All Articles