If iam using JDBC API, do I also have to use ODBC?
Answer / arvind gupta
Yes , We can . for the same we have to set desired driver.
first.
ok
| Is This Answer Correct ? | 1 Yes | 1 No |
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
How you restrict a user to cut and paste from the html page using java programing?
Briefly tell about the jdbc architecture.
What is JDBC PreparedStatement?
How many types of resultset are there in jdbc?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
How do you know which driver is connected to a database?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
What is a jdbc connection pool?
Explain how to make updates to the updatable resultsets.
Explain the importance of drivermanager.
What is JDBC Connection isolation levels?