Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 835 Bytes

record-mfc-data-access.md

File metadata and controls

14 lines (11 loc) · 835 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Record (MFC Data Access)
Record (MFC Data Access)
11/04/2016
databases [C++], records
records [C++]
records [C++], database
d9888635-8121-452c-8cb9-a1c5bf268010

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)