DriverManager Property

The DriverManager property contains the name of the used ODBC library.

Applies to objects: DBEngine.

Syntax

[[Let] RetVal = ] object.DriverManager

[Let] object.DriverManager = SetVal

The DriverManager property syntax has these parts:

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

Remarks

By default, the DriverManager property has the odbc32.dll value for Windows and iODBC CFM Bridge for Mac OS.

This property must be modified before opening a database connection.

Example

.......

 

See Also

DBEngine Object.