Hi friends, In JDBC 4 drivers are there among this which
driver is best and why it is best.Which driver is most
commonly used in web applications.
Answer Posted / priyabrata patro
ok , friend see ,there are three drivers and one protocol
which is type-3 ,ok.
My recommendation is to use type-4 dirver , why , because
it has seveal advantages than the predecessor drivers.
Advantages
----------
->It is directly interacting with database software.
->It does not need much conversions to be included.
->It is compatible with internet program and applet programs
like this many advantages are there list will go on.
ok, now , if you are developing 2-tier project than use
type-4 dirver , if it is web application than use type-3
with type-4 ok
for more information call 9989683928 , i belong to hyd
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between executing, executequery, executeupdate in jdbc?
What is a connection string used for?
What is the use of statement in jdbc?
How can you load the drivers?
What is ojdbc?
What is a datasource in java?
What is isolation level? How to set it?
Jdbc-odbc bridge is multi-threaded or not?
What is jdbc odbc?
Why prepared statements are faster?
How to move the cursor in scrollable resultset ?
What is the meaning of batch updates?
How can you retrieve data from the resultset using jdbc?
What is transaction processing in jdbc?
What is ODBC and JDBC? How do you connect the Database?