DBMS Version Property

ADO and SQL Server

ADO and SQL Server

DBMS Version Property

The DBMS Version property returns the version of the product accessed by the provider.

Applies To
Connection Object
Syntax

object.Properties("DBMS Version")

Parts

object

Expression that evaluates to an object in the Applies To list.

Data Type

adBSTR

Modifiable

Read-only

OLE DB Property

DBPROP_DBMSVER

Remarks

The version is of the form ##.##.####, where the first two digits are the major version, the next two digits are the minor version, and the last four digits are the release version. The provider must render the product version in this form but can also append the product-specific version (for example, 04.01.0000 Rdb 4.1).

See Also

DBMS Name Property

OLE DB Version Property