How does JDBC differ from ODBC?

Answer Posted / d. kalaivani natarajan

JDBC is platform independent whereas ODBC is platform
dependent.

ODBC is used to connect any type of client with a server.
But JDBC is used to connect only java based clients to a
server. Anyway, JDBC requires ODBC for this.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is in term of jdbc a datasource?

477


Write an sql to find all records having all numeric characters in a field ?

491


What are the considerations for deciding on transaction boundaries?

558


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

538


What is a connection string used for?

505






Explain the difference between rowset vs. Resultset in jdbc?

575


What is jdbc and explain jdbc architecture?

516


What are the classes and methods used for sending sql statements to database?

540


How can I get or redirect the log used by DriverManager and JDBC drivers?

516


What is jdbc connection?

650


What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?

511


What is jdbc and odbc in java?

493


Does JDBC support stored procedures?

559


What are the different types of lockings in jdbc?

500


What is jdbc thin client in oracle?

490