Platform SDK: Broadcast Architecture

CChannelTRecordset

The CChannelTRecordset class is used to retrieve and set values for CChannelT objects from the Channel table. To do so, CChannelTRecordset uses functions defined in the CDatabaseRecordset parent class.

The CChannelTRecordset class implements the following methods defined in CDatabaseRecordset.

Method Description
GetTableName Returns the name of the table associated with this recordset, in this case Channel.
GetRecordsetObject Initializes a CChannelT object with records from the Guide database.
SetRecordsetObject Saves the records in a CChannelT object to the Guide database.
Seek Indicates whether the specified record was found in the recordset.

Requirements

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

See Also

CChannelT, CDatabaseRecordset, Channel table