Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is an SQL Locator?

1206


What is the use of setFetchSize() and setMaxRows() methods in Statement?

1045


What are the functions of the jdbc connection interface?

1016


How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?

1128


Is jdbc database independent?

1024


How can you make a connection?

1039


How to get the Database server details in java program?

1138


Is jdbc an api?

1122


What is @entity in java?

1014


What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?

1034


What is a jdbc connection string?

997


Which package contains jdbc api?

1095


What is jdbc resultsetmetadata interface?

1009


Which type of JDBC driver is the fastest one?

1142


What is the use of jdbc?

1029