Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.22 KB

features-of-record-view-classes-mfc-data-access.md

File metadata and controls

23 lines (16 loc) · 1.22 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Features of Record View Classes (MFC Data Access)
Features of Record View Classes (MFC Data Access)
11/04/2016
record views, classes
record view classes
e7b2820f-09c4-483f-83c0-317e8be42bdf

Features of Record View Classes (MFC Data Access)

You can do form-based data-access programming with class CFormView, but CRecordView is generally a better class to derive from. In addition to its CFormView features, CRecordView:

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

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

  • Updates 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

Record Views (MFC Data Access)
ODBC Driver List