Skip to Content.
Sympa Menu

freetds - Re: [freetds] dbdatecrack producing erroneous results

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Ken Collins <ken AT metaskills.net>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] dbdatecrack producing erroneous results
  • Date: Tue, 24 Apr 2012 14:04:58 -0400


Or force your program to use what you want it to use no matter how FreeTDS is
compiled.

https://github.com/rails-sqlserver/tiny_tds/blob/master/ext/tiny_tds/tiny_tds_ext.h#L4-5

From my README on the project.

I want to configure FreeTDS using --enable-msdblib and/or
--enable-sybase-compat so it works for my database. Cool? It's a waste of
time and totally moot! Client libraries like TinyTDS define their own C
structure names where they diverge from Sybase to SQL Server. Technically we
use the Sybase structures which does not mean we only work with that database
vs SQL Server. These configs are just a low level default for C libraries
that do not define what they want. So I repeat, you do not NEED to use any of
these, nor will they hurt anything since we control what C structure names we
use and this has no affect on what database you use!

On Apr 24, 2012, at 1:35 PM, Frediano Ziglio wrote:

> You should try the --enable-msdblib option.
>
> Frediano





Archive powered by MHonArc 2.6.24.

Top of Page