Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.39 KB

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

File metadata and controls

31 lines (26 loc) · 1.39 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Features of Record View Classes (MFC Data Access) | Microsoft Docs
11/04/2016
cpp-windows
article
C++
record views, classes
record view classes
e7b2820f-09c4-483f-83c0-317e8be42bdf
8
mikeblome
mblome
ghogen

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