Data Access: Typed Datasets

Shows the difference in an untyped dataset and a typed dataset when doing inserts, updates, deletes, and queries.  A typed dataset give the programmer the ability to reference tables and fields using intellisence at design time.  This allows you to find errors at design time instead of run time.

Featured Highlights:

Requirements:

Requires the release version of Visual Studio .NET Professional ( or greater) and access to the Northwind databse residing in SQL Server or the Microsoft Data Engine (MSDE). To install MSDE, do the following:

Running the Sample:

Simply press F5.

See Also