The IDalOleDbDrivers interface contains properties of the collection of the OLE DB drivers installed on this PC and used to connect to the database servers.
| Property name | Brief description | |
| Count | The Count property returns number of the OLE DB drivers installed in the system. | |
| Driver | The Driver property returns a driver that was installed in the system, implemented by the IDalDriver interface. | |
| DriverName | The DriverName property returns name of the driver index of which is passed by the Index parameter. |
See also: