DEVFYI - Developer Resource - FYI

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

JDBC Interview Questions and Answers


(Continued from previous question...)

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