Hi All,
The server character set:SIMPLIFIED CHINESE_CHINA.US7ASCII
The client's character set:SIMPLIFIED CHINESE_CHINA.US7ASCII
Using OraOLEDB. Oracle as a driver: "Provider=OraOLEDB.Oracle.1;User ID=tui;Password=ok;Data Source=orcl"
SQL Code: select '中文' from dual;
Return: ??
But in the SQL/PLUS is possible.
If set the registry value "ORA_NLS_CHARACTERSET_CONVERSION"="NO_CHARACTER_SET_CONVERSION",Then Return UTF8 character,But not what I need.
Can't change the database character set, how can I use Chinese characters?
ORA_NLS_CHARACTERSET_CONVERSION: are there any other options?
thank you!