In Class 0.5
- Download the professor table (click here )
- Use ODBC to create an alias for this data base.
- Create a new SDI project.
- Add a table from the Data Access tab
- Connect the Table (Select the database alias and the professor table from the combobox) to the professor table in the database and activate it.
- Add a DataSource from the Data Access tab and set its dataset to your Table
- Add a DBGrid from the Data Controls tab and set its data source to the DataSource you have just created.
- 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