As I am working on windows .Net Windows form application, I want to know that can we use DBF (a FoxPro OR Dbase database file) in .Net Windows form application ?
I want to use DBF as the back-end database for my winform .Net application.
Please let me know if you have any ideas/solution on it.
Thanks in advance.
According to connectionstrings.com, there are several ways to connect to a DBF.
Simply use the correct connection string, and you should be fine.