Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Erica Matthews   on Dec 02 In Java Category.

  
Question Answered By: Zane Thompson   on Dec 02

Maybe OraclePreparedStatement class solve this probelm ,

PreparedStatement pstmt = null;
...
((OraclePreparedStatement)pstmt).setFormOfUse(1,OraclePreparedStatement.FORM_NCH\
AR);

pstmt.setString(1,originalName);

Share: 

 

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

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


Tagged: