0

I am trying to connect to a BlackFish database in another machine using win32 dbExpress 4 database driver.

Server is start in both machines, local and remote.

Database is up in both machines local and remote.

--- UPDATE ---

this is my configuration: enter image description here

"devmobilWRK" is the remote machine.

This is the result of the test Connection: enter image description here

Both machine have the same port - 2508

I have delphi 2007 installed in both machines

Jlouro
  • 4,515
  • 9
  • 60
  • 91
  • 1
    @Jlouro you open the port 2508 in the firewall of the server machine? – RRUZ Mar 11 '11 at 02:23
  • @Jlouro: BlackfishSQL is a discontinued product (just to make sure you know) http://reviews.cnet.com/search-results/blackfish-sql-server-deployment/1707-5_7-33215820.html – Jeroen Wiert Pluimers Mar 13 '11 at 14:03

1 Answers1

2

Jlouro, you must read the Embarcadero documentation about connect to a remote or local Blackfish server.

RRUZ
  • 134,889
  • 20
  • 356
  • 483
  • 3
    @Jlouro, You're missing to tell us, if you already read that, what's wrong after the connection is configured the way documentation says, do you get an error message? application crashes? or how do you know you're not connected? – jachguate Mar 11 '11 at 01:14