Access Firebird remotely
Posted: Sun 24 Feb 2019 22:18
Hi!
I am trying to access my firebird database file 'ABC.FDB' remotely. I have uploaded ABC.FDB to my domain 'www.alcatrazchess.com'.
With IBCConnection1.Database := '//www.alcatrazchess.com/ABC.FDB' I get the following error message:
'Unable to complete network request to host "www.alcatrazchess.com". Failed to establish a connection. The network path was not found.'
With IBCConnection1.Database := '//www.alcatrazchess.com:ABC.FDB' I get the following error message:
'I/O error during "CreateFile(open)" operation for file "ABC.FDB". Error while trying to open file. The system cannot find the file spesified.'
In both cases IBCConnection1.Server := ''; (*No server was spesified*)
I use Delphi Rio Community with IBDAC 6.3.10.
What am I doing wrong? What should IBCConnection1.Database be? Your help will be much appreciated
Thank you - I am looking eagerly forward to your responses!
I am trying to access my firebird database file 'ABC.FDB' remotely. I have uploaded ABC.FDB to my domain 'www.alcatrazchess.com'.
With IBCConnection1.Database := '//www.alcatrazchess.com/ABC.FDB' I get the following error message:
'Unable to complete network request to host "www.alcatrazchess.com". Failed to establish a connection. The network path was not found.'
With IBCConnection1.Database := '//www.alcatrazchess.com:ABC.FDB' I get the following error message:
'I/O error during "CreateFile(open)" operation for file "ABC.FDB". Error while trying to open file. The system cannot find the file spesified.'
In both cases IBCConnection1.Server := ''; (*No server was spesified*)
I use Delphi Rio Community with IBDAC 6.3.10.
What am I doing wrong? What should IBCConnection1.Database be? Your help will be much appreciated
Thank you - I am looking eagerly forward to your responses!