PRB: Global MFC DAO Objects Cause Assertions
Article ID: 145992
Article Last Modified on 11/21/2006
APPLIES TO
- Microsoft Foundation Class Library 4.2, when used with:
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 4.1 Subscription
This article was previously published under Q145992
SYMPTOMS
An assertion can occur on line 729, 732, or 1314 of Daocore.cpp when you
define an MFC DAO object that has its destructor called after the call to
CWinApp::ExitInstance.
This will happen when an MFC DAO object is defined globally or as a member
of a global object (like an MFC application's CWinApp-derived object).
CAUSE
CWinApp::ExitInstance() closes all open DAO workspaces by calling
AfxDaoTerm() and removes them from the global workspace map. In the
destructors for MFC DAO objects such as CDaoDatabase and CDaoRecordset,
MFC tries to remove the workspace objects again.
RESOLUTION
Here are two workarounds:
STATUS
This behavior is by design.
Additional query words: recordset 4.00 4.10
Keywords: kbdatabase kbprb KB145992