Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| Overview | How Do I | FAQ | Sample | | ODBC Driver List
To support form-based data-access applications, the class library provides class and class . 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 their base class , CRecordView and CDaoRecordView are based on a dialog template resource.
Form Uses
Forms are useful for a variety of data-access tasks:
Data entry
Read-only examination of data
Updating data
Further Reading About Record Views
The material in this group of articles applies to both the ODBC-based and the DAO-based classes. Use CRecordView for ODBC and CDaoRecordView for DAO.
Topics covered in this article include: