I am having a lot of trouble using .dbf files. I have an application written in C# that reads from .DBF files and then exports them to another database. I\'ve tried using the Mi
Are these DBF files produced by Foxpro, perchance? If they've been created by a version of Foxpro greater than 7 hten the ODBC driver won't read them anyway. In that case, use the OLE-DB driver instead - which may work with your files whatever their source, worth a try as using OLE-DB gets away from the ODBC data source fiasco.
Edit: removed spam link