Subject | Re: [firebird-support] TCPIP vs Piped lines |
---|---|
Author | Anderson Farias |
Post date | 2009-07-28T22:42:01Z |
Hi,
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.
this kind of problem in the past.
Regards,
Anderson
> In firebird.log I see the following: INET/inet_error: read errno = 10054I don't think so. This is a network error reported to Firebird by windows.
>Looking for this error code, I found that may be this is because the table
>has too many fields.
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:Maybe you have a [BAD] network card having problems with TCP/IP ... I've had
> SERVER:ALIASOFMYDATABASE.
> Following a suggestion I found, I changed this to piped lines. For
> example:
> \\SERVER\ALIASOFMYDATABASE. With this change, now ¡it works!
this kind of problem in the past.
Regards,
Anderson