This is a set of video which cover working with database in VB.NET, how to retrieve, delete and manipulate a database via SQL all from VB.NET.
This video covers:
* Creating a custom class to manage our Database
* Connecting to the database
* Retrieving records
* Retrieving related records
* Inserting records
* Updating record fields
* Delete records
Link to example Database: https://www.dropbox.com/s/nvy1ikb0lgk2fsx/Student%20Marks.accdb?dl=0
SQL Tutorials: http://www.w3schools.com/sql/
Source code from last video: https://www.dropbox.com/s/f99c12py2te26bb/Student%20Marks%20-%20Part%202.zip?dl=0
Source code from this video: https://www.dropbox.com/s/lwwgqhtapqsl9n4/Student%20Marks%20-%20Part%203.zip?dl=0
The next video covers how to get create a database class which will help all future database programs you create.