Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Madeline Ross   on Jul 27 In Java Category.

  
Question Answered By: Tarrant Thompson   on Jul 27

in java  use JDBC; Oracle has developed its own native JDBC drivers,
so they should in any case give better performance than the JDBC-ODBC
bridge together with an ODBC connection  to Oracle.
One gotcha: I've never worked with ODBC or JDBC, but the use of JDBC
is that it provides a native Java interface to _all_ kinds of
databases (as long as they provide a JDBC interface as well).

Share: 

 
 
Didn't find what you were looking for? Find more on Oracle Database Connection Or get search suggestion and latest updates.


Tagged: