1
votes

I've written a Strongly Typed DataSet dll with SQL Server 2005. And I've been used name parameters in DataSet Queries.

Can I only set the connectionstring point to a SQL Server 2000 for this dll without any modifies.

Info: WebSite : Asp.net (C# 3.5 LinQ To DataSet ) DataSet : Strongly Typed DataSet( develop with SQL Server 2005 and named parameters)

1

1 Answers