> --- apr/apr-util/trunk/include/apu.hw (original) > +++ apr/apr-util/trunk/include/apu.hw Thu Jun 12 10:54:15 2008 > @@ -116,6 +116,8 @@ > #define APU_HAVE_ORACLE 0 > #define APU_HAVE_FREETDS 0 > #endif > +/* Windows always has ODBC */ > +#define APU_HAVE_ODBC 1 This didn't seem to be true; however I've added it to the .dsp's for both the static and dynamic lib builds, so hopefully it is, now :)