Skip to Content.
Sympa Menu

freetds - Re: [freetds] Re: Fw: numeri/decimal problems using freetds and sybase12.5

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: felix <flungu AT firstderivatives.com>
  • Cc: TDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Re: Fw: numeri/decimal problems using freetds and sybase12.5
  • Date: Wed, 30 Mar 2005 19:33:39 -0500

On Wed, 30 Mar 2005 15:47:05 +0100, felix <flungu AT firstderivatives.com>
wrote:
> hi,
>
> here is what i got.
>
> cheers,
> felix

> 2005-03-30 15:35:32 inside tds_process_default_tokens() marker is e3

Something's not right. That log was produced by token.c v.1.139 or
earlier. I know that because 1.140 added names to the marker log entries.
That change was made Mon Jan 6 20:18:37 2003 UTC, meaning it's from
FreeTDS 0.61, not 0.62.4 as you stated. Does the top of the log say it's
0.62.4?

I suggest we track down what's happening. Find the executable that's
producing this log. Run ldd(1) on it, to see which FreeTDS shared library
it's using. It might be statically linked. Then run ident(1) on the
shared library indicated by ldd, or on the executable itself (if
statically linked), and grep for "token.c". My bet is you'll see a
revision number less than 1.139.

If "tsql -C" reports 0.62.4 but I'm right about the revision number, it
means you've linked to an old version despite installing a newer one.

HTH.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page