The JDBC-ODBC Bridge supports multiple concurrent open statements per connection?

Options
- True
- False


CORRECT ANSWER : False

Discussion Board
JDBC ODBC Bridge

JDBC-ODBC Bridge is a driver that is based on JDBC technology. It is a multithreaded system as it allows the applications that are written in Java language to use the JDBC API with many existing ODBC drivers. It is defined in the class JdbcOdbcDriver which is also defined as sun.jdbc.odbc.JdbcOdbcDriver. It defines the transitional solution to provide flexibility to the system. JDBC-ODBC is used in various ways due to platform independent nature of it. It provide the way for user to create programs that can easily adapt to pure java drivers.

Rohit Sharma 09-17-2014 10:48 PM

JDBC-ODBC Bridge

You can open only one Statement object per connection when you are using the JDBC-ODBC Bridge.

Career 06-26-2014 02:56 AM

The answer should be false

No, we can open only one statement object when using JDBC-ODBC Bridge.

Read more: http://javarevisited.blogspot.com/2012/12/top-10-jdbc-interview-questions-answers.html#ixzz35eDuUYBz

meen 06-25-2014 07:02 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement