I have a lot of problems using .dbf files. I have an application written in C # that reads from .DBF files and then exports them to another database. I tried using the Microsoft dBase driver, but it did not read all the .DBF files that I need, which means that I can extract data from only two of the .DBF files, Visual Studio tells me the other .DBF files do not exist, and it continues say my input line is too long. There are some Microsoft Visual Fox Pro drivers, but every time I select one of them, Visual Studio tells me that it cannot establish a connection. The worst part is that this application will be used on client machines that I do not have access to. How to save an ODBC data source so that my application runs on other people's computer? I am very unfamiliar with .DBFs, I donβt know which driver works best, and I need someone to walk me through the steps.
source share