• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Special Characters

 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I query a web service, I get a value which is assigned to a string. Sometimes i get special characters within that value like that of chinese, malay etc. The value will be a mixture of these language characters, in addition to the english characters. When I try to insert it into the database, it's throwing an "Invalid Character" exception. We are using oracle 10g and the jar file is classes12.jar. utf is enabled on the database. I suppose the problem is with jdbc. Please guide me out on how to solve this issue.

Thanks in advance,
Visu
 
reply
    Bookmark Topic Watch Topic
  • New Topic