Skip to Content.
Sympa Menu

freetds - Re: Connections using FreeTDS 0.53 hang

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Connections using FreeTDS 0.53 hang
  • Date: Mon, 8 Apr 2002 19:55:01 -0400 (EDT)


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?
>





Archive powered by MHonArc 2.6.24.

Top of Page