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


Please Help Members By Posting Answers For Below Questions

What is addbatch jdbc?

527


What is Apache DBCP API?

581


How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?

610


What are the differences between setmaxrows(int) and setfetchsize(int)?

534


What is java soft framework?

541






What is the use of jdbc?

550


What is the return type of execute, executequery and executeupdate?

634


What is layer in communication?

454


Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?

578


How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?

573


What are the differences between resultset and rowset?

517


What is jdbc explain?

486


What is the full form of jdbc and what is its purpose?

528


How many packages are available in jdbc api?

533


What is JDBC PreparedStatement?

520