Re: Loading driver with DriverManager vs accessing with DataSource
Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, July 7, 2004 01:21 PM
JNDI is just a means of looking up a reference to the data source. If you had a reference to the data source obtained by some other means, you wouldn't need JNDI. The data source loads/wraps the driver, not the JNDI service!