How to work on SQL Subqueries with OleDbDataReader?
Whenever I run the code, I get an exception "No value given for one or more required parameters". I don't find anything wrong with the SQL statement (or are there any?). Basically I'm trying to get the user input and look for the corresponding CourseNumber then match the CourseNumber and TopicNumber. Then I will look up for the TopicName using TopicNumber.