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!

Connecting remote FoxPro dbf file using jdbc odbc bridge driver?

843859Aug 3 2005 — edited Aug 3 2005
Hi all,
I am new to this topic, (even I read some threads)
I need to access some FoxPro tables (dbf files) and select some data and save to an oracle table. what is the best method to do this?
If I use java as development tool. which other drivers or methods to use beside jdbc-odbc driver?

I read from this link but I didn't understand.

http://java.sun.com/products/jdbc/faq.html#5
"5. How can I use the JDBC API to access a desktop database like Microsoft Access over the network?

Most desktop databases currently require a JDBC solution that uses ODBC underneath. This is because the vendors of these database products haven't implemented all-Java JDBC drivers.

The best approach is to use a commercial JDBC driver that supports ODBC and the database you want to use. See the JDBC drivers page for a list of available JDBC drivers.

The JDBC-ODBC bridge from Sun's Java Software does not provide network access to desktop databases by itself. The JDBC-ODBC bridge loads ODBC as a local DLL, and typical ODBC drivers for desktop databases like Access aren't networked. The JDBC-ODBC bridge can be used together with the RMI-JDBC bridge, however, to access a desktop database like Access over the net. This RMI-JDBC-ODBC solution is free.
"
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2005
Added on Aug 3 2005
1 comment
468 views