Inclass 1
- Open the project from In Class 0.6. (last week)
- Add all the database items you need to handle a query
- Create the query to get all courses taught by a given professor
- Create a dialog that will give a combobox containing a list of professors in order of their appearence in the ProfTable.
- Connect the selected item from the combobox (ok in the dialog) with a ProfTable database and use the id from this prof to complete the query
- Display the results of this query in the listbox in the main window.