Question: You will build a C# Console application that utilizes OLEDB classes, ADO.NET, and the Northwind.accdbAccess database provided in the Working with Databases .Zip file located
You will build a C# Console application that utilizes OLEDB classes, ADO.NET, and the Northwind.accdbAccess database provided in the Working with Databases .Zip file located in the Code folder.
Connect to the database, select all Product table records where the list price is greater than 20 dollars, and in DESCENDING ORDER, write out each product's list price and product name to the Console.
End the program gracefully with a Console.ReadLine().
To earn all points, your database connection must be opened and closed appropriately.
Please verify your submission is complete and can be graded, before submitting it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
