0
kicks
Using Typed DataSets with SQL 2005 and stored procedures
I have been a fan of typed datasets since I started using them in VS2005. Using the feature with SQL Express/stored procedures, Express/SQL Statements, SQL Server/SQL Statements all generate my DAL just fine.
However, I have found a couple of problems with them when using them with full SQL Server 2005 and stored procedures.