Answer Posted / khaja.babu
jdbc is used to connecting the database through the java
language.but the odbc is common to all the database
connection.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the fastest type of JDBC driver?
What are the differences between setmaxrows(int) and setfetchsize(int)?
Explain about multiple implementations and drive manager?
What are restrictions on triggers?
What is the use of jdbc?
What is the advantage of namedparameterjdbctemplate?
Why do we use jdbc?
What are the common jdbc exceptions?
What are the factors that the jdbc driver performance depends upon?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What is odbc jdbc?
What are JDBC Best Practices?
Why do we need a jdbcrowset like wrapper around resultset?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?