Categories

Updated: 09/27/2006

DataSet and DataAdapter in ASP.NET 2.0

Datasets store a copy of data from the database tables. However, Datasets can not directly retrieve data from Databases. DataAdapters are used as a link between them. This tutorial explains how to manipulate data in database using DataSet and DataAdapter objects.
©2003-2019 jCay.com