Version Property (Remote Data)

       

Returns a value that indicates the version of the data source associated with the object.

Syntax

object.Version

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Return Values

The Version property return value is a 10-character string expression.

Remarks

For an rdoConnection object, this property identifies the version of the data source used when the connection was created. This value is the version of ODBC to which the driver manager conforms. The version is in the form ##.##.####, where the first two digits are the major version number, the next two digits are the minor version, and the last four digits are the build number.