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 |
what does the method Class.forName returns?
What class.forname will do while loading drivers of jdbc?
how can we connect to db without using getConnection() method
Can we use the one instance of Statment to execute more than one query ?
can we create a own jdbc driver? how can we create?
How many rowset are available in jdbc?
RowSetInternal caller and returns void. What can I do in the readData method?
What are the flow statements of jdbc?
How do I stop nullpointerexception?
Why do we use jdbc?
What packages are used by jdbc?
What is the meaning of batch updates?