Hi everybody, I'm having some problems with unicode and jdbc-odbc bridge.
I'm using... - J2sdk ver 1.4.1_01 - SQL Server 2000 service pack 3 - Windows 2000 service pack 3 - ODBC driver for SQL Server ver 2000.81.9031.14
If I use the jdbc-odbc bridge from Sun, all my insert statements like "INSERT INTO x VALUES(N'<unicode_here>')" is changed into "INSERT INTO x VALUES(N'?????????')".
But when I use the jdbc driver from microsoft, it works fine.
I want to know... does the jdbc-odbc bridge support unicode? Shouldn't it? I know that ODBC driver supports unicode since ver 3.7, but how can I check that against 2000.81.9031.14???