无法与 derby 客户端 jdbc 驱动程序建立连接
我正在使用面向 Web 开发人员的 Eclipse Helios Java EE IDE,版本:1.3.0。与 derby 嵌入式 jdbc 驱动程序的连接工作正常,但我无法与 derby 客户端 jdbc 驱动程序建立连接...我应该做什么才能使其工作,请帮助我...
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
提供详细信息(您做了什么、什么不起作用等)通常对于获得好的答案很有用。不过,这里有一些需要检查的事情:
jdbc:derby://:/
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>