Skip to Content.
Sympa Menu

freetds - Re: [freetds] Compiling Current on MacOS X: Problem Identified (but not a fix)

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] Compiling Current on MacOS X: Problem Identified (but not a fix)
  • Date: Sun, 19 Feb 2006 14:50:33 +0100

> Following up on my own post with a bit more information:
>
> It appears that in 0.63, the SQLExtendedFetch() function was commented out.
> In current, the parameter irow is defined as SQLINTEGER in odbc.c, but
> SQLLEN in the DM (I think) header file /usr/include/sqlext.h.
>
> I could probably hack this and make it work (or comment out the function
> altogether), but this would just be guess work.
>
> Does anyone know the proper way to fix this?
>
> Regards,
> - Steve Nunez
>

SQLLEN is the correct type. You should change SQLINTEGER in odbc.c with
SQLLEN

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page