Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

foxpro connectivity with java

843854Dec 29 2004 — edited Dec 30 2004
can 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 27 2005
Added on Dec 29 2004
2 comments
189 views