How to Modify Data

This tutorial is part of Database Programming Made Easy Series. Before, I'm even wondering how to modify data in Visual Basic .NET especially if you used to work with Visual Basic 6.0. Although, there are slight difference with the two versions but I found .NET more interesting compare to VB 6.0.

Comparison

In VB 6.0 when you use the execute command the equivalent of it in .NET is the ExecuteNonQuery Command. Same with ADODC the equivalent is Dataset. Sometimes we want to play it programmatically. Still in .NET you can modify data programmatically using Dataset. In this tutorial I will explain first on how to modify data using ExecuteNonQuery. When using ExecuteNonQuery to modify data you execute it using a Command. Previous: How to Retrieve Data Using Datasets and Data Adapters Next: How to Modify Data Using ExecuteNonQuery

Comments

Submitted byAnonymous (not verified)on Wed, 05/06/2009 - 14:57

Gud
Submitted byAnonymous (not verified)on Sat, 06/13/2009 - 16:51

good
Submitted byAnonymous (not verified)on Thu, 07/02/2009 - 15:49

goood thanks
Submitted byAnonymous (not verified)on Wed, 11/11/2009 - 03:23

thanx a lot.............
Submitted byAnonymous (not verified)on Thu, 08/19/2010 - 12:32

it is best for biginer to learn
Submitted byAnonymous (not verified)on Sun, 01/20/2013 - 01:12

hello sir,i create a program for student where have student id,tutorial marks,exam marks subject wise,and student information, when we input id then show subject wise grade.please sir help me.

Add new comment