无法与 derby 客户端 jdbc 驱动程序建立连接

发布于 2024-09-26 07:24:52 字数 142 浏览 4 评论 0原文

我正在使用面向 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执手闯天涯 2024-10-03 07:24:52

与 derby 嵌入式 jdbc 驱动程序的连接工作正常,但我无法与 derby 客户端 jdbc 驱动程序建立连接

提供详细信息(您做了什么、什么不起作用等)通常对于获得好的答案很有用。不过,这里有一些需要检查的事情:

  • 确保 derbyclient.jar 位于类路径上
  • 确保您使用 org.apache.derby.jdbc.ClientDriver 作为驱动程序类
  • 确保URL 遵循以下格式 jdbc:derby://:/
  • 确保网络服务器已启动(! )

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:

  • make sure derbyclient.jar is on the classpath
  • make sure you are using org.apache.derby.jdbc.ClientDriver as driver class
  • make sure the URL follows the following format jdbc:derby://<host>:<port>/<database>
  • make sure the network server has been started(!)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文