How to save Data using SQL and Visual Basic

How to Save Data in the Database Using Visual Basic 2008 and SQL Server 2005

Submitted by janobe on
This time, I will show you how to save data in the database using Visual Basic 2008 and SQL Server 2005 Express Edition. Using this method, the data will be saved in the database and It will also display the data that you have been saved in the database to the Datagridview. See the step by step procedure below.

Let's Begin:

Step 1. Create a database in the SQL Server 2005 Express Edition and name it "userdb". Step 2.