Answer Posted / manish kushwaha
Hi All, i have gone through above answers they all are quit
well,
you can refer any ans i would like to add few points
1) JDBC-ODBC driver(TYPE-1) : this is performance wise okay,
maintenance is acceptable but the biggest problem is
platform dependency (so use only when your application is OD
specific).
2) Partial java and Partial native(TYPE-2): this is the
fastest driver available in market in java, the reason is it
is directly interacting with java library to database
library but maintenance wise it is not acceptable it is very
costly in maintenance(over all not acceptable because
maintenance cost is more).
3) net protocol driver(IDS server)(TYPE-3): this is not much
fast but maintenance is improve because they placed one IDS
server between the java library to database library(over all
not acceptable because performance is down)
4) pure java driver (TYPE-4): this is much good in both
performance and maintenance wise because driver is directly
interacting with db library.it is the second fast driver
among above four drivers.
for any other query you can drop me mail on
mails.manish1@gmail.com
i will love to solve your problem if i have solution :)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are extraneous variables examples?
Can we have any code between try and catch blocks?
What is the difference between a scrollbar and a scrollpane?
What is better- service oriented or batch oriented solutions?
what is deadlock? : Java thread
What are the four corner stones of oop?
Are constructors methods?
When is the arraystoreexception thrown?
How would you dynamically allocate memory to an array?
What is console based application in java?
What are filterstreams?
What is the static import?
What is java in layman terms?
How do you know if a value is nan?
Difference between keyword and identifier.