1 / 71

Microsoft Visual Basic 2010: Reloaded Fourth Edition

Objectives. After studying this chapter, you should be able to:Define the terms used when talking about databasesConnect an application to a Microsoft Access databaseBind table and field objects to controlsExplain the purpose of the DataSet, BindingSource, TableAdapter, TableAdapterManager, and

kiandra
Download Presentation

Microsoft Visual Basic 2010: Reloaded Fourth Edition

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter Twelve Access Databases and LINQ

    2. Objectives After studying this chapter, you should be able to: Define the terms used when talking about databases Connect an application to a Microsoft Access database Bind table and field objects to controls Explain the purpose of the DataSet, BindingSource, TableAdapter, TableAdapterManager, and BindingNavigator objects Microsoft Visual Basic 2010: Reloaded, Fourth Edition 2

    3. Objectives (cont'd.) Customize a DataGridView control Handle errors using the TryCatch statement Position the record pointer in a dataset Access the value stored in a field object Query a dataset using LINQ Customize a BindingNavigator control Use the LINQ aggregate methods Microsoft Visual Basic 2010: Reloaded, Fourth Edition 3

    4. Database Terminology Computer database: electronic file containing an organized collection of related information Relational database: database that stores information in tables composed of columns and rows Field: single item of information Record: group of related fields Table: group of related records Primary key: field that uniquely identifies each record Microsoft Visual Basic 2010: Reloaded, Fourth Edition 4

    5. Database Terminology (cont'd.) Microsoft Visual Basic 2010: Reloaded, Fourth Edition 5

More Related