Inclass 0.6
- Download the simplified Professor database by clicking here .
- Create an alias for this database using BDE
- Download the shell for a project . Unzip and open this project
- Add all the database items you need to handle two tables (Sections and Profs).
- Create the function to get all courses taught by a given professor using the following process
- 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 check if any items in the sections table are taught by the professor selected.
- Display the results of this query in the listbox in the main window.