Answer Posted / guest
ODBC is the industry-standard interface by which database
clients connect to database servers.
JDBC is a pure Java solution that does not follow the ODBC
standard.
However, there is a bridge between JDBC and ODBC that allows
JDBC to access databases that support ODBC.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why do we need jdbc api?
How can I get information about foreign keys used in a table?
What is meant by dao?
What is resultset?
What is database connection pooling? Advantages of using a connection pool?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
How can I manage special characters when I execute an insert query?
How many rowset are available in jdbc?
How do I find ojdbc jar version?
What are the steps involved in establishing a connection using jdbc in java?
What is jdbc odbc?
How to check jdbc driver version in websphere?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What protocol does jdbc use?
What is an SQL Locator?