Does multiple concurrent open statements per connection are
supported by the JDBC-ODBC Bridge?
Answer Posted / 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 |
Post New Answer View All Answers
What are the differences between stored procedure and functions?
What is jdbc architecture in java?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Why should we close database connections in java?
Why are we using blob datatypes in jdbc?
What is meant by jdbc?
Give an example of code used for setting up connection with a driver.
Explain about column name and getter method?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is jdbc odbc?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What is jdbc driver?
Is jdbc a middleware?
What is JDBC Batch Processing and what are it’s benefits?
What are restrictions on triggers?