The DriverType property stores the type of the used driver.
Applies to objects: DBEngine.
[[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. |
Presently, only ODBC drivers are fully supported. The DriverType property is reserved for future use. The changes you make in this property are ignored.
....... |
See Also |
DBEngine Object. |