foxpro connectivity with java
843854Dec 29 2004 — edited Dec 30 2004can any body tell me how to connect the foxpro (.dbf) file with my java program. i have already tried this
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con = DriverManager.getConnection("jdbc:odbc:dsn_foxpro", " ", " ");
but this work only for the whole database not for a single table within it, can any body help me in solving this problem