ADODB Object
 
Syntax
 
string = connectionobject.Version
 
Description
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.
See Also
Example
 
Dim strVersion
strVersion = objConnection.Version