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: "Varley, David(CBorn at Alcoa)" <David.Varley AT alcoa.com.au>
  • To: 'TDS Development Group' <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Crash in tsql (fixed, but still has problems!)
  • Date: Tue, 13 Aug 2002 07:09:09 +0800



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.

David

-----Original Message-----
From: ZIGLIO Frediano [mailto:Frediano.Ziglio AT vodafoneomnitel.it]
Sent: Tuesday, 13 August 2002 12:47 AM
To: TDS Development Group
Subject: [freetds] Re: Crash in tsql (fixed, but still has problems!)


... omissis ...
> unique_identifier - doesn't look much like the M$ version
... omissis ...

Using tsql (with tds7) I got this results

1> select convert(uniqueidentifier,'750fdf0e-2a26-11d1-a3ea-080036587f03')
2> go

750FDF0E-2A26-11D1-A3EA-080036587F03

This seem pretty good (same as query analyzer)...

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page