Does multiple concurrent open statements per connection are
supported by the JDBC-ODBC Bridge?
Answers were Sorted based on User's Feedback
Answer / alladi sudhir
No JDBC-ODBC Bridge Driver supports only one Statement at
a time.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rds
Yes. However theoritically the answer is "NO". Per
Connection there is only one Statement object is allowed.
However, i have tried using 2 statement, i did not find any
exception thorwn, in JDK 1.4(I am using).
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the steps involved in establishing a connection using jdbc in java?
Without using of Class.forName(? ?), how do you connect to db?
What are different types of transactions?
How do we load the drivers?
What are the new features available in jdbc 4.0?
What is the role of jdbc drivermanager class?
Why “no suitable driver” error occurs?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
r u used any design patterns in your project?
Why jdbc is used in java?
What is metadata in jdbc?
Differentiate between stored procedure and functions?