Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Diane Collins   on Jun 20 In Java Category.

  
Question Answered By: Jana Franklin   on Jun 20

First of all check to see whether you specified your field types as nvarchar,ntext,nchar. This is necessary for storing data in unicode.

The other thing that you should consider is a property in connection string, In Microsoft JDBC driver it is
SendStringParametersAsUnicode=true

It may be different in other JDBC drivers.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Problem with jdbc and farsi database? Or get search suggestion and latest updates.


Tagged: