Hiroshi Inoue wrote:
>
> > -----Original Message-----
> > From: Dave Page
[snip]
> > >
> > > Hmm it seems to work if I remove ODBC3.0 functions from
> > > psqlodbc_win32.def.
> >
> > Ahh, could it be that ADO is using SQLGetDiagRec instead of
> > SQLError because
> > it thinks it's ODBC3.0? If so, that would tie in with some of the other
> > oddities I've seen with my code (which is calling SQLGetDiagRec directly).
>
> OK I would change the driver to not export ODBC3.0 functions
> together with a bug fix.
I've just committed the change to cvs.
regards,
Hiroshi Inoue