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
Explain about Join?
What does connection pooling mean ?
What is a jdbc connection string?
What does setautocommit do?
What is jdbc thin client?
What is jdbc in java?
What are the three basic components of the odbc architecture?
What is sqlwarning?
What are jdbc and its components?
How can you make the connection using jdbc?
Why is odbc needed?
How can I determine the isolation levels supported by my DBMS?
How to retrieve warnings in jdbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.