Hello,

I need to connect to a database through ODBC. The ODBC driver I'm using doesn't support UNICODE (or at least some functions aren't implemented that way). Is there a way to force the CDatabase class to *not* use Unicode? I've tried
#define SQL_NOUNICODEMAP


but it doesn't work. The ODBC trace still shows that the same functions (with the 'W' postfix) are called.

With best regards,

dabs