CChannelTRecordset

[This is preliminary documentation and subject to change.]

The CChannelTRecordset object inherits from the CDatabaseRecordset object. The CChannelTRecordset class is used to select and create CChannelT objects from the Channel table using functions defined in the CDatabaseRecordset parent class.

The CChannelTRecordset class implements the following methods:

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 Returns a value that indicates whether the specified record was found in the recordset.

QuickInfo

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