Subject remote connection fails even with the same machine as local connection work always properly - firebird connection - delphi 7 application ref/eDNL6001498972
Author dennis
Hello all

I face a strange problem with the firebird sql connection. I use Delphi
7 and interbaseexpress 7.08 components.

When the application is connected as local there is not problem. When is
connected as remote with tcp ip the application works well but randomly
the connection reports this error:

Project trade.exe raised exception class EIBInterBaseError with message
'Unable to complete network request to host "192.168.0.19".
Error reading data from the connection.
An established connection was aborted by the software in your host machine.

This is happening also if the connection is remote and sql server is on
the same machine with the application (the ip address of the connection
is this one of the pc), so the problem is not on the network layer,
probably it is a bug with the tcp ip connection. Local connection has no
problem at all.

Of course this problem doesn’t appeared so easy, I test the application
and I open it several times and it posts large of data to the sql server
to check the stability and the possible lags of the database structure,
and I found this connection problem.

Does any body know anything about it?
Any information and experience could help me!

Kind regards
Field Dennis