Socket error 10061

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
luis_augusto
Posts: 43
Joined: Fri 14 Oct 2005 13:45

Socket error 10061

Post by luis_augusto » Tue 13 Dec 2011 20:09

I am getting a "socket error 10061" related to a TCRVioCP.connect event.
This error is been raised inside the Memds unit.
What could this be and how to avoid it?

AndreyZ

Post by AndreyZ » Wed 14 Dec 2011 09:43

Hello,

This error can be caused by the TUniSQLMonitor component. If there is no dbMonitor running or the port is incorrect, the "Socket Error 10061" error is raised. Please note that you will see the 'Socket error 10061' error only if you run your application from IDE. You will not see this error when you run the executable file of your application. To solve the problem, you should set the TUniSQLMonitor.Active property to False, or set the TUniSQLMonitor.Option.moDBMonitor property to False.

Post Reply