MFC
TRY
Expand Minimize
This topic has not yet been rated - Rate this topic

AfxDaoTerm 

This function terminates the DAO database engine.


void AfxDaoTerm( );

Typically, you only need to call this function in a regular DLL; an application will automatically call AfxDaoTerm when it is needed.

In regular DLLs, call AfxDaoTerm before the ExitInstance function, but after all MFC DAO objects have been destroyed.

For related information, see Technical Note 54.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.