VB.NET Database Tutorial – Update a Database From a DataGridView (Visual Basic .NET)



In this VB.NET database tutorial, I will show you how to load your database records into a DataGridView and update, insert, and delete records from your database with changes made in the DataGrid.

In this tutorial I’ll be using SQLce (Compact Edition), but you can use any database of your choosing.

Fast Forward:
3:00 – Creating a Sample Database
8:09 – Creating our SQL Control Class
21:58 – Working with the DataGridView

TUTORIAL FEATURES
SQL Ce (Compact Edition) – Sample Database
DataGridView – Populate DataGrid and Update Database
Button – Save
Classes – SQLControl
SQL DataSet, DataAdapter, SqlCommand

TIP JAR: http://www.aardaerimus.com/tipjar.asp

Comments are closed.