Platform SDK: Broadcast Architecture

SetJet

The SetJet function passes local static storage for the DAO engine, workspace, and database objects from the CdbDatabase object to the DAO engine. C syntax is shown.

void SetJet(
  CdbDBEngine *pEngine,
  CdbWorkspace *pWorkspace,
  CdbDatabase *pDatabase
);

Parameters

pEngine
Pointer to a DAO CdbDBEngine object.
pWorkspace
Pointer to a DAO CdbWorkspace object.
pDatabase
Pointer to a DAO CdbDatabase object.

Return Values

This method does not return a value.

Remarks

Your application must call SetJet before it can call any of the methods of the Guide data objects.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.