Subject Re: [firebird-support] TCPIP vs Piped lines
Author Anderson Farias
Hi,

> In firebird.log I see the following: INET/inet_error: read errno = 10054
>Looking for this error code, I found that may be this is because the table
>has too many fields.

I don't think so. This is a network error reported to Firebird by windows.
Has nothing to do with Firebird at all. Execute "net helpmsg 10054" to see
what this error means. AFAIK (thought I'm not sure) it says the server
closed the connection 'cause the client was not responding.


> To access the database I was using TCPIP style. For example:
> SERVER:ALIASOFMYDATABASE.
> Following a suggestion I found, I changed this to piped lines. For
> example:
> \\SERVER\ALIASOFMYDATABASE. With this change, now ¡it works!

Maybe you have a [BAD] network card having problems with TCP/IP ... I've had
this kind of problem in the past.


Regards,
Anderson