Writing Unicode caracters to NVARCHAR fields on SQL Server 2000
363436Feb 20 2003 — edited Feb 24 2003Our JDBC driver forces us to prefix a String value
to be written to an NVARCHAR database field with an N character like: N'value', so the value will be passed as Unicode characters.
How can I configure TopLink to do this prefixing automatically for me, for each field that is mapped to a DB field of a unicode type like NTEXT, NCHAR, NVARCHAR?
Thanks in advance for your help.
Jiri Lundak, Switzerland