Loan System
A very simple database program. It counts daily penalty tru days and months.
This tutorial is part of Database Programming Made Easy Series.
In this tutorial you will learn in different ways on how to retrieve and save data using textbox control.
First we retrieve the data using Data Readers and save it back using ExecuteNonQuery.
Second we will use Dataset and Data Adapter. The same output but with different approach.
Previous: Windows Forms