Skip to Content.
Sympa Menu

freetds - Re: [freetds] Working against MS db-lib source compatibility

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] Working against MS db-lib source compatibility
  • Date: Thu, 24 Mar 2011 13:50:12 -0400


OK, I think I got it! Had to look at tds_sysdep_public.h to see. Basically I
had to do this.

#undef MSDBLIB
#define SYBDBLIB

>
> If someone has compiled FreeTDS with --enable-msdblib, how do I make my
> client ignore that? I have put things like "#undef MSDBLIB" or "#define
> MSDBLIB 0" in my headers and I still can not compile my lib against FreeTDS
> due to a bunch of DBDATEREC errors. This just likely show my wake C-fu.
>
> - Ken
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds





Archive powered by MHonArc 2.6.24.

Top of Page