PRB: DAO Can't Be Used in an ISAPI DLLLast reviewed: August 7, 1997Article ID: Q148745 |
The information in this article applies to:
SYMPTOMSDAO fails inside an ISAPI DLL. A call to CoGetClassObject() or CoCreateInstance() for the database engine will fail. You may receive the following HRESULTS:
E_OUTOFMEMORY ( 0x8007000EL ) REGDB_E_IIDNOTREG ( 0x80040155L ) CAUSEDAO wasn't tested or designed to work in an ISAPI DLL. The problem lies within the way the Internet Information Server handles OLE.
RESOLUTIONDo one of the following:
STATUSThis behavior is by design.
REFERENCESTech note 67 (TN067), "Database Access from an ISAPI Server Extension"
|
Additional query words: 4.00 4.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |