AfxGetHENV

 

You can use the returned handle in direct ODBC calls, but you must not close the handle or assume that the handle is still valid and available after any existing CDatabase- or CRecordset-derived objects have been destroyed.

Syntax

HENV AFXAPI AfxGetHENV( );

Return Value

The handle to the ODBC environment currently in use by MFC. Can be SQL_HENV_NULL if there are no CDatabase objects and no CRecordset objects in use.

Requirements

Header: afxdb.h

See Also

MFC Macros and Globals