How do I setup my JDBC driver to be automatically loaded in Java 6?
Created May 8, 2012
John Zukowski Place the name of your java.sql.Driver implementation in the file META-INF/services/java.sql.Driver.
Created May 8, 2012