DBA > Job Interview Questions > Java database interview questions

Does the JDBC-ODBC Bridge support multiple concu

More DBA job interview questions and answers at http://dba.fyicenter.com/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 Job Interview Questions