Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Am Mittwoch, 9. März 2005 01:43 schrieb Rhys Ickeringill:
> > from psqlodbc-08.00.0101's odbcapi30w.c :
> >
> > SQLPOINTER pNumAttr )
> >
> > from libiodbc-3.52.2's sqlucode.h (included by odbcapi30w.c) :
> >
> > SQLLEN *pNumAttr )
>
> Both Microsoft and unixODBC agree with our version, and the SQL standard says
> it's SQLINTEGER *, so I'm afraid iODBC loses this vote.
May I suggest an #ifdef WITH_IODBC around it?
Tomas