DAO Tutorial Steps

The following table briefly describes the DaoEnrol tutorial steps:

Tutorial Step Description
1 Use AppWizard to create an application with database support. The document embeds a CDaoRecordset object for the Section table of the Student Registration data source. Use the dialog editor to design the form. Use ClassWizard to bind controls on the form to fields in the recordset.
2 Provide a combo box control on the form so the user can select a course and view its sections. Fill the combo box from a recordset object representing the Course table. Filter and parameterize the recordset to constrain the records it selects. (Use Enroll Step 2 with substituted topics from DaoEnrol Step 2.)
3 Implement a user interface for adding, updating, and deleting records. Handle database exceptions. (Use Enroll Step 3 with substituted topics from DaoEnrol Step 3.)