Using DataSet Objects
Now that you've seen the ADO.NET objects, it's time to see what you can do with them. In particular, I'm going to concentrate on some of the basic operations, including the following:
Populating a DataSet object from a database
Navigating DataSet objects and retrieving data
Using strongly typed DataSet objects
Using DataSet objects with multiple tables
Finding and sorting data in DataSet objects
Mastering these skills will enable you to work with ADO.NET in the context of applications such as Web services and remoted servers. If you're interested in exploring ADO.NET in more depth, you'll find a list of references at the end of the appendix.
Populating a DataSet Object from a Database
Before you can do anything with data in ...
Get MCAD/MCSD Training Guide (70-320): Developing XML Web Services and Server Components with Visual C#™ .NET and the Microsoft .NET Framework now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.