CGenreRecordset

[This is preliminary documentation and subject to change.]

The CGenreRecordset class is used to select and create CGenre objects from the Genre table via functions in the CDatabaseRecordset parent class.

The CGenreRecordset class re-implements the following methods defined in CDatabaseRecordset.

Method Description
GetTableName Returns the name of the table associated with this recordset, in this case Genre.
GetRecordsetObject     Initializes a CGenre object with records from the Guide database.
SetRecordsetObject Saves the records in a CGenre object to the Guide database.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in genre.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.

See Also

CDatabaseRecordset, CGenre, Genre table