Updated connection string for OLEDB provider for SQL Server 2005
So I was playing around with an ASP.NET page connecting to SQL Server 2005 using the OleDB managed provider (not recommended BTW - if you're writing managed code against SQL Server 2005 you should be using the SqlClient), and my code, which used to go against older versions of SQL choked with an OleDbException. After some investigation, I found the answer - the Provider for SQL Server 2005 is SQLNCLI (for older versions it was SQLOLEDB).