InterviewSolution
Saved Bookmarks
| 1. |
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. |
|