Describes how to connect to Embarcadero Blackfish SQL Server.
AnyDAC does not provide a native Blackfish SQL Server driver, but you can use the AnyDAC/TDBX Bridge driver to connect to the Blackfish SQL Server. You should use the TDBX (DBX 4) Framework and the Blackfish SQL driver, which comes with CodeGear RadStudio 2007 or higher.
To connect to the Blackfish SQL Server do the following:
DriverName=BlackfishSQL DriverID=TDBX hostname=127.0.0.1 port=2508 database=c:\addemo create=True user_name=sysdba password=masterkey
|
What do you think about this topic? Send feedback!
|