tutorial

Introduction to Java

 

Java was developed in the year 1991 and was formally announced in 1995. Basically, java is based on C and C++. The character of java is inherited from both of these two languages. Syntax of java is related to C and Object Oriented facial from C++.

Now java is used to create web sites including interactive content, iphone applications, applications for devices like pagers and cell phones etc.

Key Features of Java

How to Retrieve and Save Data using TextBox Control

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

Program Bugs

First of all, I would like to thanks those who reported some bugs on my program particularly on the tutorial called “ How to Connect to a Database and Add/Update/Delete Record“ . As I analyze the source code there is an error when you try to add a record the second time. Not only is the tutorial affected with this error, but also the Hotel Reservation System (VB.NET) version. I hope you bear with