Skip to Content.
Sympa Menu

freetds - Re: Crash in tsql (fixed, but still has problems!)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Crash in tsql (fixed, but still has problems!)
  • Date: 13 Aug 2002 08:57:51 +0200


Il mar, 2002-08-13 alle 01:09, Varley, David(CBorn at Alcoa) ha scritto:
>
> Freddy,
>
> On x86 Linux and alpha Tru64, results from tsql
> (and sqsh) are:
>
> 1> select _uniqueidentifier from all_types
> 2> go
> _uniqueidentifier
> e67bbacbe4a1d611a60d0040055ec9a4
>
> while Query Analyzer and Enterprise Manager return:
>
> select _uniqueidentifier from all_types
>
> _uniqueidentifier
> ------------------------------------
> CBBA7BE6-A1E4-11D6-A60D-0040055EC9A4
>
> (1 row(s) affected)
>
>
> I tried with FreeTDS compiled for tds4.2 and 7.0,
> same results each time.
>

Mmm... try to use tcpdump, in my opinion you are using tds4.2 (also
because tds7 login is broken in CVS, see my patch on sf). Try to add tds
version = 7.0 to your server configuration. Should work.

If I access sql server using tds4.2 sql server return just binary(16) on
uniqueidentifier, so this result seem correct (it not swap bytes).

> David
>
freddy77






Archive powered by MHonArc 2.6.24.

Top of Page