Recordset: Declaring a Class for a Table (ODBC)
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Recordset: Declaring a Class for a Table (ODBC).
This topic applies to the MFC ODBC classes.
The most common recordset class opens a single table. To declare a recordset class for a single table, use the MFC ODBC Consumer Wizard from Add Class and choose each column you want by naming a corresponding recordset field data member.
Other uses for recordsets include:
Joining two or more tables.
Containing the results of a predefined query.
See Also
Recordset (ODBC)
Recordset: Creating and Closing Recordsets (ODBC)
Recordset: Declaring a Class for a Predefined Query (ODBC)
Recordset: Performing a Join (ODBC)