IDalOleDbDrivers.DriverName

Syntax

DriverName(Index: Integer): String;

Parameters

Index - driver index in the list.

Description

The DriverName property returns the name of the driver, which index is passed by the Index parameter.

Example

The property use is given in the example for the IDalOleDbDrivers.Count property.

See also:

IDalOleDbDrivers