DBEngine Object

The DBEngine object is used for controlling the database access driver and Workspace objects.

Properties

DriverManager The name of the used library.
DriverType The driver type.

Methods

CreateProperty Creates a Property object, that describes a user-defined property.
CreateWorkspace Creates a Workspace object.
Properties Provides access to the Properties collection.
Workspaces Provides access to the Workspaces collection.

Remarks

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

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

Property Object, Properties Object, Workspace Object, Workspaces Object