如何通过 JDBC 访问 Windows 版 Blackfish?

发布于 2024-08-12 18:11:22 字数 535 浏览 8 评论 0原文

对于 Delphi 2009 中包含的 Blackfish for Windows,我想编写一个 Java 客户端并使用 JDBC 连接。如果我理解正确,这是支持的: http://edn.embarcadero.com/de/article /36851

数据库客户端和服务器是 可互换。 Windows 客户端可以 连接到 Java 服务器和 Java 客户端可以连接到 Windows 服务器。

在哪里可以找到 Blackfish 的 JDBC 驱动程序?

非常感谢您提供 JDBC 驱动程序的下载链接。 许可问题:如果我只想使用附带的 JDBC 驱动程序连接现有的 Blackfish for Windows 数据库服务器,是否必须购买 Blackfish Java 版本?或者我可以免费使用试用版的 JDBC 驱动程序吗?

For Blackfish for Windows which is included in Delphi 2009 I would like to write a Java client and use a JDBC connection. If I understand correctly, this is supported: http://edn.embarcadero.com/de/article/36851

The database clients and servers are
interchangeable. Windows clients can
connect to Java servers and Java
clients can connect to Windows
servers.

Where can I find the JDBC driver for Blackfish?

Many thanks for the download link for the JDBC driver. License question: Do I have to purchase a Blackfish version for Java if I only want to use the included JDBC driver to connect with an existing Blackfish for Windows database server? Or can I use the JDBC driver from the trial version free of charge?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

北渚 2024-08-19 18:11:22

JDBC 驱动程序位于 Blackfish SQL lib 安装目录中。

检查这些文件

  • jds.jar 本地 JDBC 数据库连接
  • jdsremote.jar 远程 JDBC 瘦客户端数据库连接

您可以阅读这些文章

更新

您可以下载并安装Blackfish SQL 8 for Java 试用版(Windows 版本)包含来自此处的 JDBC 驱动程序。

替代文本

The JDBC Drivers are located in the Blackfish SQL lib installation directory.

check theses files

  • jds.jar Local JDBC database connectivity
  • jdsremote.jar Remote JDBC thin client database connectivity

You can read theses articles

UPDATE

You can download and install The Blackfish SQL 8 for Java Trial (Windows Version) wich includes the JDBC Drivers from here.

alt text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文