derby jdbc client class for network server [message #10322] |
Mon, 03 April 2006 04:21 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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.
|
|
|
|
Powered by
FUDForum. Page generated in 0.02910 seconds