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 |
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
What is jdbc and why is it required?
What is the use of statement in jdbc?
Which database is used for java?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is in terms of jdbc a datasource?
How many types of JDBC Drivers are present and what are they?
How do you debug PL/SQL code?
What happens if connection is not closed in jdbc?
What are the different types of locking in JDBC?
List some new features available in jdbc 4.0?