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