| title | Record Views (MFC Data Access) | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 562122d9-01d8-4284-acf6-ea109ab0408d | |||||||||||||
| caps.latest.revision | 8 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
This section applies only to the MFC ODBC classes. For information about OLE DB record views, see COleDBRecordView and Using OLE DB Record Views.
To support form-based data-access applications, the class library provides class CRecordView. A record view is a form view object whose controls are mapped directly to the field data members of a recordset object (and indirectly to the corresponding columns in a query result or table on the data source). Like its base class CFormView, CRecordView is based on a dialog template resource.
Forms are useful for a variety of data-access tasks:
-
Entering data
-
Performing read-only examination of data
-
Updating data
The material in topics applies to both the ODBC-based and the DAO-based classes. Use CRecordView for ODBC and CDaoRecordView for DAO.
Topics include: