OLE DB Version Property

ADO and SQL Server

ADO and SQL Server

OLE DB Version Property

The OLE DB Version property returns the version of OLE DB supported by the provider.

Applies To
Connection Object
Syntax

object.Properties("OLE DB Version")

Parts

object

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

Data Type

adBSTR

Modifiable

Read-only

OLE DB Property

DBPROP_PROVIDEROLEDBVER

Remarks

The version is of the form ##.##, where the first two digits are the major version and the next two digits are the minor version. For example, an OLE DB provider that conforms to the 2.6 specification returns "02.60".

See Also

DBMS Version Property