Visual Basic Database Relationships
In some cases it wouldn’t make sense navigating 500 records of products who have been purchased by the same customer.
Wouldn’t it make more sense navigating 1 record and viewing the 500 products in a Gridview?
Maybe you have 3500 customers who have purchased several products, think of how many times you would have to navigate to view all customers and products…It would take a long time.
Visual Basic Database Relationships PT2
In this video you will learn how to use the data by doing a couple examples.
I will explain what to look at before dragging the gridview/details view on to your form.
Visual Basic Database Relationships PT1
This 2 part series will focus on creating a relational database.
I will be creating a employee type of database that’s going to consist of 2 tables.
What i will be doing is applying a relationship between both tables.
What… Continue reading

