McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Intro to VB.NET
Projects
Comprehensive Projects
Chapter Objectives
PowerPoint Presentations
Multiple Choice Quiz
True or False
Examples from the Text
Feedback
Help Center


Learning Programming Using Visual Basic.Net
Bill Burrows, University of Washington
Joe Lanford, University of Rochester

Accessing Data: Relational Database Processing

Chapter Objectives

After studying this chapter you should be able to
  • Understand and use relational databases.
  • Understand a subset of the ADO.NET object model including data providers, data adapter, connections, and data sets.
  • Apply the ADO.NET object model within Visual Basic .NET to access databases.
  • Use the properties and methods of the DataGrid control to display records from a DataSet.
  • Write SQL Select queries to extract data from a database.
  • Bind controls such as TextBoxes and Labels to a DataSet.
  • Create Master/Detail DataSets.
  • Use several tools within Visual Basic .NET to manage and use databases.




McGraw-Hill/Irwin