[This is preliminary documentation and subject to change.]
The following initialization methods are implemented outside of the Guide data object classes. Note that you must call the SetJet method to allocate storage space before you can use the Guide data objects.
Method | Description |
---|---|
GetDatabase | Returns a DAO database object with the local static storage passed in to SetJet. |
GetDatabaseConnected | Returns a value that indicates whether a CDatabaseConnection object is connected to the database. |
SetJet | Passes in local static storage for the Jet engine, workspace, and database. |
The following table lists the Guide data object base classes.
Class | Description |
---|---|
CDatabaseConnection | Provides the root encapsulation of the Microsoft® Jet database engine. |
CDatabaseRecordset | An abstract base class that provides generic recordset functionality. |
The following table lists the Guide Data recordset object classes.
The following table lists the Guide Data record object classes.
Class | Description |
---|---|
CBroadcastProperty | Wraps a Broadcast Property table record. |
CChannelProperty | Wraps a Channel Property table record. |
CChannelStream | Wraps a Channel Stream table record. |
CChannelT | Wraps a Channel table record. |
CEnhancement | Wraps a Enhancement table record. |
CEpisodeProperty | Wraps a Episode Property table record. |
CEpisodeT | Wraps a Episode table record. |
CGenre | Wraps a Genre table record. |
CNetwork | Wraps a Network table record. |
CRating | Wraps a Rating table record. |
CRatingSystem | Wraps a Rating System table record. |
CStation | Wraps a Station table record. |
CStreamType | Wraps a Stream Type table record. |
CSubGenre | Wraps a SubGenre table record. |
CTheme | Wraps a Theme table record. |
CTimeSlot | Wraps a Time Slot table record. |