Any body know the TCP Error 10061 equivalent in EOleDBError?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
otomazeli
Posts: 10
Joined: Mon 22 Feb 2010 18:32

Any body know the TCP Error 10061 equivalent in EOleDBError?

Post by otomazeli » Wed 20 Oct 2010 14:35

Thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 25 Oct 2010 10:10

Given error arises when making an attempt to connect to an inactive service. You can read about the WSAECONNREFUSED(10061) error in more details in MSDN. Usually this error is related to network problems or firewall settings.

Post Reply