Platform SDK: Broadcast Architecture |
The CRatingSystemRecordset class is used to retrieve and set values for CRatingSystem record objects from the Rating System table. To do so, CRatingSystemRecordset uses functions defined in the CDatabaseRecordset parent class.
The CRatingRecordset class implements the following methods defined in CDatabaseRecordset.
Method | Description |
---|---|
GetTableName | Returns the name of the table associated with this recordset, in this case Rating System. |
GetRecordsetObject | Initializes a CRatingSystem object with records from the Guide database. |
SetRecordsetObject | Saves the records in a CRatingSystem object to the Guide database. |
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in ratingsy.h.
Import Library: Use dbsets.lib or dbsetsst.lib.