Subject Re: [ib-support] Client connection problem
Author Tord Hammer
> The connection string is:
>
> 192.168.0.1:C:\program files\myapp\data300.gdb
>
> This works fine on the other (Win98) client. On the new client
(Win95),
> it's set up the same way, but he gets the following error when
trying to
> connect:
>
> 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

Sean is wrong, you can run the InterBase/Firebird-Server with Windows
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