On Fri, 2008-06-13 at 10:26 +1000, Bojan Smojver wrote: > I have no idea if it actually works (it does compile and link).
It would be good if Windows folks could check this change that I made: ---------------------- #ifdef HAVE_SQL_H #include <sql.h> #include <sqlext.h> #elif defined(HAVE_ODBC_SQL_H) #include <odbc/sql.h> #include <odbc/sqlext.h> #endif ---------------------- No idea how these things get defined there. -- Bojan
