Answer Posted / prasanta rout
ODBC group create a set of functions called as ODBC API and
the database vendors accepted ODBC API because the
implementation of odbc requires c language with pointer
coding.It means ODBC API was success.if a front end
application uses ODBC then it can connect with any database.
java has no pointers but ODBC using pointers.so non pointer
to pointer conversion is required.it become slow
connectivity from java to database.java is platform
independent but odbc is platform dependent .if java uses
ODBC then java also platform dependent.this is against java
principle.in order to overcome the above problems,sun micro
system introduced its own technology as JDBC.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How are commas used in the intialization and iteration parts of a for statement?
Why a component architecture for the java platform?
Will the general public have access to the infobus apis?
Why do threads block on i/o?
Explain the advantages and disadvantages of detached objects.
What is the difference between the session.get() method and the session.load() method?
Why doesn’t the focus feature on the tag work in every circumstance?
What is the purpose of the notify() method?
What are the pros and cons of detached objects?
What is permgen or permanent generation?
What is ioc concept & explain it?
Why won’t the jvm terminate when I close all the application windows?
How to determine SGA site?
What are the types of scaling?
What modifiers may be used with an interface declaration?