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 does math floor () do?
How does the java compiler work?
Is arraylist zero based?
Why java uses the concept of the string literal?
How does the garbage collector works in java?
What is the purpose of extern variable?
What is final variable?
How do you insert a line break?
What is the use of inner class?
what do you mean by marker interface in java?
What are assembly attributes?
What is mean by encoding?
How big is a pointer?
what is the purpose of "virtual"?
How do you control extraneous variables?