Platform SDK: Broadcast Architecture

CThemeRecordset

The CThemeRecordset class is used to retrieve and set values for CTheme record objects from the Theme table. To do so, CThemeRecordset uses functions defined in the CDatabaseRecordset parent class.

The CThemeRecordset class implements the following methods defined in CDatabaseRecordset.

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

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in theme.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.

See Also

CDatabaseRecordset, CTheme, Theme table