Does multiple concurrent open statements per connection are
supported by the JDBC-ODBC Bridge?
Answer Posted / alladi sudhir
No JDBC-ODBC Bridge Driver supports only one Statement at
a time.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What do you understand by jdbc driver and explain its types?
Is jdbc object oriented?
How many types of resultset are there in jdbc?
What are the steps required to execute a query in jdbc?
Why do we use jdbc statements?
How to know howmuch data is truncated?
Is jdbc a framework?
Prepared statements are faster. Why?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
How to get the Database server details in java program?
What is JDBC ResultSet?
Explain the difference between inner and outer join ?
Write a program JDBCcode forfetching student database with SQL.
What are the differences between statement and preparedstatement interface?