This topic has not yet been rated - Rate this topic

CDaoWorkspace::GetVersion 

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


static CString PASCAL GetVersion( );

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

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.