Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 1.18 KB

File metadata and controls

41 lines (40 loc) · 1.18 KB
title Record (MFC Data Access) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
databases [C++], records
records [C++]
records [C++], database
ms.assetid d9888635-8121-452c-8cb9-a1c5bf268010
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Record (MFC Data Access)

A record is a collection of data about a single entity, such as an account or a customer, stored in a table (a row of the table). A record consists of a group of contiguous columns (sometimes called fields) that contain data of various types. A set of records selected from a data source — often called a result set in database terms — is called a recordset in MFC. For more information, see Recordset (ODBC).

See Also

Data Access Programming (MFC/ATL)