Connections using FreeTDS 0.53 hang

Brian Bruns camber at ais.org
Mon Apr 8 20:55:01 EDT 2002


I assume this is against SQL Server 2000 and you are using TDS 7.0?  
If so, there is a bug that makes it actually login using TDS 8 which as 
you can see is not fully working.  Either upgrade to a recent snapshot 
or reverse the logic in tds7_send_login() in src/tds/login.c

Brian

On Mon, 8 Apr 2002, Allyn Craig wrote:

> I have compiled FreeTDS 0.53 on several different platforms (Solaris 2.6,
> HP/UX 10.20, HP/UX 11, AIX 4.1, Linux 2.2) and on most of them, it works
> fine. However, when using FreeTDS 0.53 on Linux 2.2, I am unable to run
> any kind of query.
> 
> For example, here is the end of the output from "make check":
> 
> t0001.c: Testing login, logout
> PASS: t0001
> t0002.c: Test basic submit query, results
> <It hangs here>
> 
> sqsh compiles and is able to log in OK, but running a query causes it to
> hang.
> 
> Any ideas?
> 




More information about the FreeTDS mailing list