DriverVersion Property

The DriverVersion property specifies the version of the used ODBC driver.

Applies to objects: Connection, Database.

Syntax

[[Let] RetVal = ] object.DriverVersion

The DriverVersion property syntax has these parts:

Part Description
object Required. A reference to an instance of the object.
RetVal Optional. A Double type variable.

Remarks

This property is Read-Only.

Example

.......

 

See Also

Connection Object, Database Object, ConformanceLevel Property.