View Single Post
  #2 (permalink)  
Old 04-22-2008, 03:40 AM
rico16135 rico16135 is offline
Member
 
Join Date: Apr 2008
Posts: 28
rico16135 is on a distinguished road
What is with people using the DriverManager?

JDBC is recommending that the DataSource interface should be used to create database connection objects instead of using the DriverManager class.

Implementations of the DataSource Interface
Reply With Quote