Subject | Re: [IBO] TCP port settings |
---|---|
Author | abedna2000 |
Post date | 2004-10-16T11:01:36Z |
> But still there's something wrong (maybe not with IBObjects, Ican't
> say really...)...
>
> c) When specifying the port number 3050Hello, problem solved. That was because gds32.dll of InterBase was
>
> DatabaseName := 'localhost/3050:c:\mydb.fdb';
>
> I get an ISC error message
>
> ISC ERROR:
> Unable to complete network request to host 'localhost'
> Failed to locate host machine.
> Undefined service 3050/tcp.
>
used by mistake instead of Firebird's client lib(s).
As I found out, the port number can't be specified in the connection
string for an InterBase server, for IB just service names
(like 'gds_db') work.
Was not an issue of IBO, happy now :-)
A.B.