Reputation: 21
im using Eclipse Helios Java EE IDE for Web Developers,Version: 1.3.0. connection with derby embeded jdbc driver is workin fine but i cannot make connection with derby client jdbc driver... what should i do to make it work,please help me...
Upvotes: 2
Views: 907
Reputation: 570335
connection with derby embeded jdbc driver is workin fine but i cannot make connection with derby client jdbc driver
Providing details (what you did, what didn't work, etc) is generally useful to get good answers. Here are some things to check though:
derbyclient.jar
is on the classpathorg.apache.derby.jdbc.ClientDriver
as driver classjdbc:derby://<host>:<port>/<database>
Upvotes: 1