CDaoWorkspace::GetIniPath
static CString PASCAL GetIniPath( );
throw( CDaoException, CMemoryException );
Return Value
A CString containing the registry location.
Remarks
Call this member function to obtain the location of the Microsoft Jet database engine’s initialization settings in the Windows registry. You can use the location to obtain information about settings for the database engine. The information returned is actually the name of a registry subkey.
For more information about the database engine, see the article in Visual C++ Programmer's Guide. For related information, see the topics "IniPath Property" and "Customizing Windows Registry Settings for Data Access" in DAO Help.
CDaoWorkspace Overview | Class Members | Hierarchy Chart
See Also CDaoWorkspace::SetIniPath, CDaoWorkspace::GetVersion