SqlDatasource connect to SQL Server 2008 in ASP.NET
I want to use the SqlDatasource to connect a SQL Server 2008, but it says it only 开发者_运维知识库support the sql server 2005. Is there any method to solve it? I use the Visual Studio 2008.
Best Regards,
SqlDatasource
will connect to SQL Server 2008
For design time connectivity (ie. Server Explorer) from Visual Studio 2005 you need to install this patch: Microsoft Visual Studio 2005 Service Pack 1 Update for Microsoft SQL Server 2008 Support.
For design time connectivity from Visual Studio 2008 you need to install VS 2008 SP1, if I remember correctly.
精彩评论