On Fri, 10 Jul 2009, Arne Vajh?j wrote:
Tom Anderson wrote:
Has anyone made SQL Server work with unicode in java?
I can't get it not to work.
Thanks for doing this, Arne - i should probably have tried it myself.
It eliminates one area of doubt about the problem, but still leaves
me none the wiser as to why the system won't do unicode right. Maybe
it's constructing SQL strings internally, rather than using
PreparedStatements, and not using the N'?' syntax. I really don't
think that's the case, though - i've seen evidence from debugging and
stack traces that PreparedStatements are indeed used.
We will need more info to trouble shoot.