string driverName();
Function driverName() returns a name (if any) of a database driver for dBase Level 7 format.
This string is stored in a header of the dbf file.
This string is stored in a header of the dbf file.
{
// your code
Console.WriteLine( dbf.driverName() );
// your code
}