Hi Matt, We stuck up on the similar problem and found that the parameter which contains the unicode value should have Nchar or Nvarchar type.
So in your query when '?' is replaced by N'?', then your problem will be fixed. -- View this message in context: http://openjpa.208410.n2.nabble.com/Merge-or-Persist-Unicode-values-to-MS-SQL-Server-2008-R2-tp7585896p7586100.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
