Interview Questions

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

Java database interview questions


(Continued from previous question...)

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

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

(Continued on next question...)

Other Interview Questions