I am working on a database application that needs to access some .dbf files that were created with FoxPro. Are there special drivers I am going to need to use JDBC to access these files through Java?
I have long felt that JDBC is one of the most underrated reliable work horses of the Java world. Although JDBC has proven its value many times over and, in my opinion, ranks up there with servlets and ...