The is the sixth 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 retrieve data from a Microsoft Access database. Bookings information is fetched from the database with an SQL SELECT query. This involves various ADO.NET objects such as the OleDbConnection, OleDbCommand, OleDbDataAdapter, DataSet, DataTable and DataRow.