views:

77

answers:

1

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?

+1  A: 

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

RRUZ
Thes files are not included in Delphi 2009. Blackfish however is installed and running as a service. Is there a way to download these files?
mjustin
Just checked my D2010 install, and these files aren't included in it, either. What SKU are you using (Pro, Enterprise, Architect)?
Ken White
Checked that they are not in Pro and will check Enterprise tomorrow.
mjustin
@Ken and @mjustin, JDBC drivers are not included with Delphi, these are within Blackfish SQL for Java that can be downloaded from this location https://downloads.embarcadero.com/free/blackfish_sql
RRUZ