CDatabaseConnection::StartEngine

[This is preliminary documentation and subject to change.]

The StartEngine method starts the Jet database engine.

BOOL StartEngine(
  const CString &csViewer,  
  const CString &csPassword,  
  const CString &systemFile  
);
 

Parameters

csViewer
A reference to an MFC CString object that contains the viewer name. Loader applications should log on as "Loader". This ensures that they have permissions to add or delete values from the Guide database.
csPassword
A reference to an MFC CString object that contains the password of the user specified in csViewer.
systemFile
A reference to an MFC CString object that contains the full path and file name of the workgroup information file. You can obtain this value by calling the ITelevisionServices::get_SystemFile method.

Return Values

If the Jet engine was successfully started, this method returns TRUE. Otherwise it returns FALSE.

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.