Sunday 3 March 2013

What are the disadvantages of JDBC?


  • The process of creating a connection, always an expensive, time-consuming operation, is multiplied in these environments where a large number of users are accessing the database in short, unconnected operations.
  • Creating connections over and over in these environments is simply too expensive.
  • When multiple connections are created and closed it affects the performance.

No comments:

Post a Comment