Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] derby jdbc client class for network server


If you are trying to connect to Derby 10.1, you can use the Derby client driver.  The class name would be org.apache.derby.jdbc.ClientDriver.  The name of the jar file is derbyclient.jar. The format of the URL is jdbc:derby://localhost:1527/sample;create=true.  You can edit the "DB2 Universal Driver for Derby Network Server 10.1" driver definition in the preference pages to reflect these values.

Larry Dunnell
Internet address: ledunnel@xxxxxxxxxx




Anil T Samuel <anil.samuel@xxxxxxxxx>
Sent by: dtp-dev-bounces@xxxxxxxxxxx

04/02/2006 09:21 PM

Please respond to
DTP development mailing list <dtp-dev@xxxxxxxxxxx>

To
dtp-dev@xxxxxxxxxxx
cc
Subject
[dtp-dev] derby jdbc client class for network server





Hi

Is there a JDBC driver from Derby tools that I can use to connect to a
Derby Network server ?

The current list of Driver Definitions in dtp got only IBM DB2 drivers
to connect to Derby Network server.

Anthos
_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev


Back to the top