Java Database Connectivity Question:
Download Questions PDF

Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

Answer:

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

Download Java Database Interview Questions And Answers PDF

Previous QuestionNext Question
Is the JDBC-ODBC Bridge multi-threaded?What is 2-phase commit?