Saturday, August 2, 2008

1.How to update the data in dataset

A.The dataset can be considered as an in-memory cache of the data retrieved from the database.So the dataset consites of the tables, relationship and constraints.

To insert, update or delete the data in the database we use the sqlcommand

No comments: