Skip to main content



      Home
Home » Eclipse Projects » DTP » derby jdbc client class for network server
derby jdbc client class for network server [message #10322] Mon, 03 April 2006 00:21 Go to next message
Eclipse UserFriend
Originally posted by: anil.samuel.gmail.com

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
Re: derby jdbc client class for network server [message #10355 is a reply to message #10322] Mon, 03 April 2006 11:19 Go to previous message
Eclipse UserFriend
Originally posted by: jograham.sybase.com

Anil T Samuel wrote:

> 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

Anil,

Using the network server sample that comes with the Apache Derby
distribution, I was able to connect using the following values:

jar: <path to your derby folder>\lib\derbyclient.jar
URL: jdbc:derby://localhost:1527/NSSampledb;create=true
database: NSSimpleDB
driver: org.apache.derby.jdbc.ClientDriver
UN: usr2
PW: pass2

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
Staff Software Engineer
Sybase, Inc.
Re: derby jdbc client class for network server [message #571983 is a reply to message #10322] Mon, 03 April 2006 11:19 Go to previous message
Eclipse UserFriend
Anil T Samuel wrote:

> 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

Anil,

Using the network server sample that comes with the Apache Derby
distribution, I was able to connect using the following values:

jar: <path to your derby folder>\lib\derbyclient.jar
URL: jdbc:derby://localhost:1527/NSSampledb;create=true
database: NSSimpleDB
driver: org.apache.derby.jdbc.ClientDriver
UN: usr2
PW: pass2

Regards,
John Graham
Eclipse Data Tools Platform PMC Chair
Staff Software Engineer
Sybase, Inc.
Previous Topic:derby jdbc client class for network server
Next Topic:RC0 & MySQL problems
Goto Forum:
  


Current Time: Thu May 08 08:39:46 EDT 2025

Powered by FUDForum. Page generated in 0.24459 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top