SetJet

[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

pEngine
A pointer to a DAO CdbDBEngine object.
A pointer to a DAO CdbWorkspace object.

A pointer to a DAO CdbDatabase object.

Return Values

This method does not return a value.

Remarks

To locate more information about DAO and the CdbDBEngine, CdbWorkspace, and CdbDatabase objects, see Further Information on Program Guide Services for the Client.

QuickInfo

  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.