IDtDbaseProvider.DriverVersion

Syntax

DriverVersion: String;

Description

The DriverVersion property determines the driver version, that is used during connection.

Comments

As a value of the property the following values are available:

Unsuccessful import with all available drivers is possible. It depends on the fact that the file with the *.dbf extension was created using the Visual FoxPro driver version. In that case, use IDtVfpProvider for data import.

IMPORTANT. For data import using the VFPOLEDB.1 driver, use 32-bit Foresight Analytics Platform because this driver does not support the work with 64-bit applications.

Example

The property use is given in the example for IDtDbaseProvider.Path.

See also:

IDtDbaseProvider