what are the drawbacks of JDBC? explain briefly?

Answer Posted / ravi

As mentioned earlier, JDBC is not ideal for big enterprise
level applications where in there is lot of
INSERTIONS/UPDATIONS. Because, lots of transaction control
needs to be programmed by the developer and I would choose
ejb or other ORM mechanism over JDBC.But JDBC is more
beneficial when the application has lots of SELECTS and the
end users are not really bothered about how real time the
data is? But this can also be achieved through JDBC with a
little bit more programming and with the usage of latest
JDBC specs.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?

608


Explain Basic Steps in Writing a Java Program Using Jdbc?

596


Does jdbc use odbc?

504


How can I get information about foreign keys used in a table?

528


Where jdbc drivermanager class is used?

526






How many ways that we can view a result set?

535


What does executequery return in java?

509


What is jdbc oracle thin?

476


What are the factors that the jdbc driver performance depends upon?

520


Which is faster jdbc or odbc?

499


How can we execute stored procedures?

570


What is jdbc template?

517


What does jdbc stand for?

502


What are the steps to connect to the database in java?

520


How to insert an image or raw data into database?

552