Chapter 5 Tp

  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Chapter 5 Tp as PDF for free.

More details

  • Words: 125
  • Pages: 1
Chapter 5 talking points: 

ADO.NET includes five key components used for most data access: database connection, data adapter, data set, data table, and data view.



ADO.NET provides typed data sets. Typed data sets use explicit names and data types that help prevent errors during programming.



Use data binding to quickly display data sets on Web forms through the DataGrid, DataList, or other list controls.



Create command objects to execute SQL commands directly on a database. Command objects can return a single value (ExecuteScalar), modify the database (ExecuteNonQuery), or return data (ExecuteReader).



Transactions group database commands so that they succeed or fail in an all-ornothing fashion. This ensures that changes are not partially made, thus preserving the integrity of the database.

Related Documents

Chapter 5 Tp
October 2019 8
Tp 5
November 2019 12
Tp 5
April 2020 12
Tp 5.docx
October 2019 9
Tp 4 Y 5
May 2020 15
Power Point Tp 5
November 2019 35