How to Modify Data Using Datasets and Data Adapters
This tutorial is part of Database Programming Made Easy Series.
- Read more about How to Modify Data Using Datasets and Data Adapters
- 6 comments
- Log in or register to post comments
- 217 views
This tutorial is part of Database Programming Made Easy Series.
This tutorial is part of How to Make Library System.
Books Acquisition is where you save the information of a Book. In this tutorial I will explain to you the importance of parent/child form to grand child. Since there could be more than one copyright in a book all we have to do is normalize our table into three separate table called Books, Books Copyright, and Books Accession.
In this tutorial I will explain to you on how to make a library system out of the box.
This tutorial is part of Database Programming Made Easy Series.
Dataset can be either connected to or disconnected from data sources. Data is save back to the database by using Data Adapters. Data Adapters handles the connection between Data Sources and Dataset