PDA

View Full Version : Insertion of unicode characters into database oracle through pro c



hemananda choudhuri
8th January 2007, 08:43
Hi,

I want to insert unicode characters like chienese , japanese etc into Oracle database from text files and again read them back from database into text files. And when " select * from table name " query is executed it must show all unicode characters inserted into database on SQL Prompt.


This is the main requirement.Please help me

wysota
8th January 2007, 11:42
Did you try anything to achieve the goal? Qt uses unicode internally so it should either work out of the box or all you need to do is to set proper text codecs while reading/writing to the file.