static CString PASCAL GetVersion( );
throw( CDaoException, CMemoryException );
Return Value
A CString that indicates the version of the database engine associated with the object.
Remarks
Call this member function to determine the version of the Microsoft Jet database engine in use. The value returned represents the version number in the form “major.minor”; for example, “3.0”. The product version number (for example, 3.0) consists of the version number (3), a period, and the release number (0).
For more information about obtaining workspace information, see the article DAO Collections: Obtaining Information About DAO Objects in Visual C++ Programmer's Guide. For related information, see the topic "Version Property" in DAO Help.
CDaoWorkspace Overview | Class Members | Hierarchy Chart
See Also CDaoDatabase::GetVersion