Description
On Mar 6, 2008, at 4:27 PM, Dale King wrote on log4cxx-user:
I built using visual studio and ran into a couple of problems to report.
OdbcAppender has unicode issues. There are 3 calls to SQL
(SQLExecDirect, SQLDiagRec, and SQLDriverConnect) where the paramters
are based on SQLCHAR. This doesn't work when building for Unicode as
these functions really call the wide character version. Thes calls
should have an A appended to the name to call the non unicode version.
In reality this file should probably be made to work either way.
....