Bryan Pendleton wrote:
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();


Also set derby.system.home on the server side, not the client side.

Dan.

Reply via email to