In Class 0.5

  1. Download the professor table (click here )
  2. Use ODBC to create an alias for this data base.
  3. Create a new SDI project.
  4. Add a table from the Data Access tab
  5. Connect the Table (Select the database alias and the professor table from the combobox) to the professor table in the database and activate it.
  6. Add a DataSource from the Data Access tab and set its dataset to your Table
  7. Add a DBGrid from the Data Controls tab and set its data source to the DataSource you have just created.
  8. You should now see the professor table in your window even though you aren't running the program.

An Extra

Download the following simplified version of week 1 click here