This is a 3 layer application with Winforms as the presentation layer, VB.NET code in the logic layer and ADO.NET to SQL Server on the database layer. I used object data sources to access the data.
Establishing a Database Connection With SQL in VB.NET: Demonstrates how to set up a connection to an SQLite database using VB.NET. Once connected, you can perform various database operations. How to ...