Provider Version Property

ADO and SQL Server

ADO and SQL Server

Provider Version Property

The Provider Version property returns the version of the provider.

Applies To
Connection Object
Syntax

object.Properties("Provider Version")

Parts

object

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

Data Type

adBSTR

Modifiable

Read-only

OLE DB Property

DBPROP_PROVIDERVER

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 can append a description of the provider.

The Provider Version property is equivalent to the DBMS Version property if the DBMS supports OLE DB interfaces directly. It is different if the provider is separate from the DBMS, such as when the provider accesses the DBMS through ODBC.

See Also

Provider Friendly Name Property

Provider Name Property