|
From: <php...@li...> - 2008-08-19 11:25:02
|
Hi, if you copy the JDBC driver to Java's repository (usually /usr/share/java/ext or /usr/java/default/jre/lib/ext), you can use the JDBC driver through the DriverManager as usual. You need a wrapper class only if you load the driver from the DynamicClassLoader (this is because the DriverManager is loaded from the system class loader, which cannot access the DynamicClassLoader at run-time). Regards, Jost Boekemeier __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com |