Does multiple concurrent open statements per connection are
supported by the JDBC-ODBC Bridge?

Answers were Sorted based on User's Feedback



Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?..

Answer / alladi sudhir

No JDBC-ODBC Bridge Driver supports only one Statement at
a time.

Is This Answer Correct ?    4 Yes 1 No

Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?..

Answer / rds

Yes. However theoritically the answer is "NO". Per
Connection there is only one Statement object is allowed.
However, i have tried using 2 statement, i did not find any
exception thorwn, in JDK 1.4(I am using).

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More JDBC Interview Questions

Explain the different ways to register a driver?

2 Answers  


Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.

6 Answers  


What are jdbc and its components?

0 Answers  


How can I determine where a given table is referenced via foreign keys?

0 Answers  


What are the factors that the jdbc driver performance depends upon?

0 Answers  






Explain the life cycle of jdbc.

0 Answers  


What is jdbc connection?

0 Answers  


Difference between servlet and applet method?

3 Answers  


What is the return type of execute, executequery and executeupdate?

0 Answers  


Explain the steps in writing a java program using jdbc?

0 Answers  


How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?

0 Answers  


What is jdbc driver for sql server?

0 Answers  


Categories