[freetds] Compiling Current on MacOS X: Problem Identified (but not a fix)
Frediano Ziglio
freddyz77 at tin.it
Sun Feb 19 08:50:33 EST 2006
> 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
More information about the FreeTDS
mailing list