Labweek 6
Labweek 6
Task: Create a console application that retrieves data from a Students table
using a DataSet or DataTable via SqlDataAdapter. Display the fetched data.
Steps:
Display the data from the DataSet after the connection is closed.
Learning Outcome: The group will observe how the data is fetched, stored
in memory, and manipulated without needing the connection to stay open.
Task: Create an application that retrieves data from a Students table into a
DataSet, modifies one of the rows, and then updates the changes back to the
database using SqlDataAdapter and SqlCommandBuilder.
Steps:
Steps: