VB Net Tutorial 5
VB Net Tutorial 5
NET
Objectives
In this lesson, you will learn to: Identify the need for ADO.NET Identify the features of ADO.NET Identify the components of the ADO.NET object model Connect to a database by creating a data adapter Access a database through a dataset Preview the data adapter result
NIIT
NIIT
NIIT
NIIT
DATA PROVIDER
DATA READER
COMMAND
Establishes connection with the database Retrieves data in a read-only, forward only mode Executes a command to retrieve data from the database Transfers data to the dataset and reflects the changes made in the dataset to the database
DATABASE
DATASET
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
DATASET
DataRelationCollection
DataTableCollection
ExtendedProperties
DataRelation
DataTable
DataRowCollection
DataView
PrimaryKey
DataColumnCollection
DataRow
DataColumn
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT
NIIT