Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dumping JDBC Select result as UTF-8

807607Nov 4 2006 — edited Nov 4 2006
Hey,

I have some JDBC datasources I retrieve some content on constant basis and dump the data into XML files,

Each of the data sources has its own charset encoding and keep content of different languages,


I want to dump all data into an XML as UTF-8, no matter what charset encoding was set in the Datasources,

Is it possible to do this convertion through JDBC? or I'll have to convert the results with other approaches before dumping to the XML file?


Thanks in advanced,

Asaf.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2006
Added on Nov 4 2006
9 comments
553 views