ojdbc14.jar (JDBC 3.0 drivers) and JDev
409904Jun 4 2004 — edited Apr 24 2007I've decided to try to switch to JDBC 3 drivers so that I can play with named parameters in my CallableStatements. I downloaded ojdbc14.jar from Oracle and put it in my project directory (WEB-INF/lib). I then created a new library for it and included the library in my project. Then I removed the Oracle JDBC library from inclusion in my project. Now I am trying to figure out how to get data sources defined in the data-sources.xml file to look at the new JDBC library (WEB-INF/lib/ojdbc14.jar) rather than the old one (jdbc/lib/classes12.jar). Does anyone know how to do this?
Thanks,
Jeff