ADO » Connection » Version

Syntax:
string = connectionobject.Version

Returns a string value that is the ADO version number.

The Version property returns a string that is the version number of the ADO implementation. The version number of the provider is a dynamic property of the Properties collection.

Examples

Code:
Dim strVersion
strVersion = objConnection.Version

See Also: