Skip to Content.
Sympa Menu

freetds - Re: AIX- FreeTds 0.51

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.oit.unc.edu>
  • Subject: Re: AIX- FreeTds 0.51
  • Date: Tue, 7 Nov 2000 18:25:38 -0500 (EST)



TDS 7.0 is little endian only. Which means that the client (AIX in this
case) needs to reverse all the data going and coming from the server.
Somewhere along the line the tds_put_*() calls were 'fixed' and no longer
support non-native byte orders. :-/

I'll need to look through the logs and see whose changes these were but
methinks we need to set this at the connection level anyway, so that we
can support different byte orders for different connections. This would
handle the date hack for SQL Server 7.0 as well if we pretended to be
little endian

Brian

On Mon, 6 Nov 2000, Antonio Cahuana wrote:

> HI, I compiled FreeTDS (0.51) in SUSE Linux, and my program
> run ok. I connected wiht SQL SERVER 7.0 - Windows 2000 - SP1
>
> But I compiled in AIX 4.2 too (the same version) and I can't
> connect to same DB.
>
> I attached logs: (aix_tds_log.txt and suse_tds_log.txt
>
>
> ------------------
> acahuana AT yahoo.com
> Ca.Ge.An.Ja.
>
>





Archive powered by MHonArc 2.6.24.

Top of Page