The seventh in a series of videos showing how to create a ticket booking system with VB.NET. This particular episode shows how to use ADO.NET objects to save data to a Microsoft Access database. Bookings information is inserted into the database with an SQL INSERT query. This involves the OleDbConnection and OleDbCommand ADO.NET objects.