Subject | Re: [IBO] TIB_Connection |
---|---|
Author | Lester Caine |
Post date | 2006-10-06T06:06:14Z |
anna_graf62 wrote:
The easy way of doing this is to open a command prompt window and enter
'telnet daedalus 3051' ( note the colon is not used here! )
This will either give an error message or a blank screen - If a blank
screen then hitting 'enter' a couple more times should give you
"Connection lost to host"
This will establish that Firebird IS running on 3051. If you get an
error, try 3050 to see if it is still using the default port ;)
--
Lester Caine - G8HFL
-----------------------------
L.S.Caine Electronic Services - http://home.lsces.co.uk
Model Engineers Digital Workshop -
http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Treasurer - Firebird Foundation Inc. - http://www.firebirdsql.org/index.php
>>>How can I tell TIB_Connection to use another port then 3050 forFirst thing to try is that you can actually connect to daedalus:3051
>>>accessing firebird?
>>
>>>I'm using IBObjects 4.3
>>
>>In IBO, you append :port_number to the Server property in your
>>TIB_Connection. So, for example, if the server's hostname is
>>"Hotbox" and the port is changed to 30050 , the Server property would
>>be Hotbox:30050
>>
>>It won't work if the server and client machines have not been
>>configured to expect the gds_db service to broadcast from that port.
>>
>>Helen
>>
> I tried that. The database in the TIB_Connection editor gets
> "daedalus:3051:d:\db\files\ib\buch.fdb". If I then want to connect to
> the database I get the error: "Invalid connection path"
The easy way of doing this is to open a command prompt window and enter
'telnet daedalus 3051' ( note the colon is not used here! )
This will either give an error message or a blank screen - If a blank
screen then hitting 'enter' a couple more times should give you
"Connection lost to host"
This will establish that Firebird IS running on 3051. If you get an
error, try 3050 to see if it is still using the default port ;)
--
Lester Caine - G8HFL
-----------------------------
L.S.Caine Electronic Services - http://home.lsces.co.uk
Model Engineers Digital Workshop -
http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Treasurer - Firebird Foundation Inc. - http://www.firebirdsql.org/index.php