Skip to Content.
Sympa Menu

freetds - RE: [freetds] tds_connect() bails on win32

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] tds_connect() bails on win32
  • Date: Mon, 16 Aug 2004 13:40:49 +0200

>
> Thanks guys! The patch works IF you replace
>
> #define TDSSOCK_EINPROGRESS WSAEINPROGRESS
>
> with
>
> #define TDSSOCK_EINPROGRESS WSAEWOULDBLOCK
>
> note the inclusion of the 'E' which was not in the submitted patch.
> Typo? Or is my system just weird! Cheers again! Great work.
>
> Regards
>
> Jim
>

You know... I cannot test every change on all supported platforms :)
Applyed (this morning).

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page