Subject | Re: [ib-support] Client connection problem |
---|---|
Author | Tord Hammer |
Post date | 2001-09-13T20:52:29Z |
> The connection string is:(Win95),
>
> 192.168.0.1:C:\program files\myapp\data300.gdb
>
> This works fine on the other (Win98) client. On the new client
> it's set up the same way, but he gets the following error whentrying to
> connect:Sean is wrong, you can run the InterBase/Firebird-Server with Windows
>
> ERROR OPENING DATABASE
> Unknown Database
> Unable to complete network request to host "192.168.0.1"
> Failed to locate host machine
> The specified name was not found in
> General SQL Error
> the hosts file or domain name services
9x.
Your problem is the Win95-Client. This version cant resolve hostnames,
which are a IP-address. Two solutions:
a) insert in the HOSTS file at the win95 client
192.168.0.1 mydbserver
and connect with the string
mydbserver:c:\program files\myapp\data300.gdb
on the win95 client
b) install the winsock 2.0 update for win95. Then you can use ip
addresses
in the connect string
HTH
Tord