Inclass 0.6

  1. Download the simplified Professor database by clicking here .
  2. Create an alias for this database using BDE
  3. Download the shell for a project . Unzip and open this project
  4. Add all the database items you need to handle two tables (Sections and Profs).
  5. Create the function to get all courses taught by a given professor using the following process
    1. Create a dialog that will give a combobox containing a list of professors in order of their appearence in the ProfTable.
    2. 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.
  6. Display the results of this query in the listbox in the main window.