DriverType Property

The DriverType property stores the type of the used driver.

Applies to objects: DBEngine.

Syntax

[[Let] RetVal = ] object.DriverType

[Let] object.DriverType = SetVal

The DriverType property syntax has these parts:

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

Remarks

Presently, only ODBC drivers are fully supported. The DriverType property is reserved for future use. The changes you make in this property are ignored.

Example

.......

 

See Also

DBEngine Object.