Posts Tagged ‘Databases’

In this edition we will write code that will allow us to search the table for data matching an entry in a search box and to delete that data from the table.

For this installment we will add data to the table, bind a data table to a grid view, refresh the grid view after updating the table and clear all the data from the table.

This is the third installment of working with databases in VB.Net using Visual Studio 2008.  In our last adventure we created an empty database, deleted the database and tested if the database existed.

This is a simple introduction into working with databases in VB.Net using Visual Studio 2008.