Client Code:

Properties props = System.getProperties();

I don't think you need to pass all the system properties
to DriverManager.getConnection(). Try changing the above line to:

   Properties props = new java.util.Properties();

Does that help?

thanks,

bryan

Reply via email to