Does multiple concurrent open statements per connection are
supported by the JDBC-ODBC Bridge?

Answers were Sorted based on User's Feedback



Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?..

Answer / alladi sudhir

No JDBC-ODBC Bridge Driver supports only one Statement at
a time.

Is This Answer Correct ?    4 Yes 1 No

Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?..

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

Post New Answer

More JDBC Interview Questions

what does the method Class.forName returns?

4 Answers   Siemens, TCS,


What class.forname will do while loading drivers of jdbc?

0 Answers  


how can we connect to db without using getConnection() method

4 Answers  


Can we use the one instance of Statment to execute more than one query ?

2 Answers   TCS,


can we create a own jdbc driver? how can we create?

1 Answers   HCL,






How many rowset are available in jdbc?

0 Answers  


RowSetInternal caller and returns void. What can I do in the readData method?

0 Answers  


What are the flow statements of jdbc?

0 Answers  


How do I stop nullpointerexception?

0 Answers  


Why do we use jdbc?

0 Answers  


What packages are used by jdbc?

0 Answers  


What is the meaning of batch updates?

0 Answers  


Categories