Subject | Re: localhost connection is broken |
---|---|
Author | joseph_ceasar |
Post date | 2005-09-04T04:00:43Z |
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
connection used to work. At one point it broke. I remember
installing a new network connection to a VPN and after that it seems
that this happened. I deleted the new network connection but that
did not solve the problem......
wrote:
>a network
> Here you are doing a "Windows local" connection. It does not use
> protocol.connection, to
>
> Localhost is not the same thing: it is an emulated network
> the TCP/IP local loopback server. Try a lls connection with isql,as follows:
>password
> SQL>CONNECT 'localhost:drive:\path\to\database\file' user 'sysdba'
> 'masterkey';This worked fine!
>
> I believe this limitation was inherent in the early version ofIBOConsole,
> too, but was fixed later, to take account of the fact that someaspects of
> the Services API were implemented for Fb 1.5 Classic. You mightwant to
> consider visiting www.mengoni.it, and downloading the most recentI am using IBOConsole. The point is that the "local server"
> IBOConsole executable.
>
> ./heLen
connection used to work. At one point it broke. I remember
installing a new network connection to a VPN and after that it seems
that this happened. I deleted the new network connection but that
did not solve the problem......