Features of Record View Classes

You can do form-based data-access programming with class CFormView, but CRecordView and CDaoRecordView are generally better classes to derive from. In addition to their CFormView features, CRecordView and CDaoRecordView:

  • Provide dialog data exchange (DDX) between the form controls and the associated recordset object.

  • Handle Move First, Move Next, Move Previous, and Move Last commands for navigating through the records in the associated recordset object.

  • Update changes to the current record when the user moves to another record.

For more information about navigation, see Record Views: Supporting Navigation in a Record View.

See Also

Concepts

Record Views

ODBC Driver List