CDaoWorkspace::GetVersion

Call this member function to determine the version of the Microsoft Jet database engine in use.

static CString PASCAL GetVersion( );

Return Value

A CString that indicates the version of the database engine associated with the object.

Remarks

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 related information, see the topic "Version Property" in DAO Help.

Requirements

Header: afxdao.h

See Also

Reference

CDaoWorkspace Class

Hierarchy Chart

CDaoDatabase::GetVersion

Other Resources

CDaoWorkspace Members