Project information

Project Summary

This is a C#-based Windows Forms application that is used to access a local copy of Microsoft's Northwind sample database and display its contents via a GUI window. Visible tables are based on access granted at the database level to user accounts. The sample accounts include User_HR (can view Employees table), User_Sales (can view Orders and Customers tables), and User_CEO (can view Employees, Orders, and Customers tables).