[This is preliminary documentation and subject to change.]
The SetJet method passes in local static storage for the Data Access Objects (DAO) engine, workspace, and database objects. This method must be called before you can call any of the methods of the Guide data objects.
void SetJet(
CdbWorkspace* pWorkspace,
);
Parameters
A pointer to a DAO CdbDatabase object.
This method does not return a value.
To locate more information about DAO and the CdbDBEngine, CdbWorkspace, and CdbDatabase objects, see Further Information on Program Guide Services for the Client.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.