Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 04: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 15: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 15:19 Go to previous message
John Graham is currently offline John GrahamFriend
Messages: 183
Registered: July 2009
Senior Member
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 Apr 25 09:06:55 GMT 2024

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

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

Back to the top