DBF files are a file format often used in old DOS applications. Each DBF file contains data for a single table.
The DBF file driver is primarly provided to help with migration of legacy data.
The GNUe DBF file driver comes with its own file parsing routines and does not depend on any external module.
Home Page: n/a
The following properties can be specified in your connections.conf file:
The following is an example of a connection.conf entry:
[myconn] provider = dbffile filename = %(home)s/data/%(table)s.dbf