Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Problem with farsi letters in ResultSet

  Asked By: Madison    Date: Jun 26    Category: Java    Views: 767
  

I hava a Query like this:
STRSQL = "SELECT * FROM T1 WHERE name LIKE ? "
pstm.setString(1, rs.getString("wantedName") );

these names are saved with nvarchar format in SQLSERVER , but this query doesn't work.
How can I compare 2 unicode value(farsi) in my query?

Share: 

 

No Answers Found. Be the First, To Post Answer.

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




Tagged: