Winsock Error Codes - Brought to you by Winsock-Error.com

10112 "Database query was refused."

WSAEREFUSED (Winsock error number: 10112)

Microsoft say this about Winsock error 10112 - WSAEREFUSED:

A database query failed because it was actively refused.

Full details of Winsock TCP error 10112 - WSAEREFUSED:

No further winsock error code information is available beyond the default message of....

Database query was refused.

   
This page is designed to help you to understand Winsock TCP error 10112. It will not necessarily mean you can instantly fix issues when your computer tells you that Winsock is having problems with code 10112, rather it will give you the necessary background information to help solve the matter.

Programming declarations for 10112 (WSAEREFUSED):

C#
long WSAEREFUSED = 10112 ;

VB.net
Dim WSAEREFUSED As Long = 10112

VB6
Dim WSAEREFUSED As Long
WSAEREFUSED = 10112