Home > database >  Chinese characters display pb65 even oracle11g??
Chinese characters display pb65 even oracle11g??

Time:10-26

System environment: Windows 7
Database: oracle11g
Development environment: pb65/pb10.5
Phenomenon: pb65 database, SQL queries, Chinese characters are shown as??????? While using pb10.5 even on the same database, the same SQL queries, is normal, I do not know what reason, how should handle,

CodePudding user response:

In the registry to find: NLS_LANG
After finding the value to replace: Simplified Chinese_China. ZHS16GBK

CodePudding user response:

The
refer to the original poster seanliu response:
system environment: Windows 7
Database: oracle11g
Development environment: pb65/pb10.5
Phenomenon: pb65 database, SQL queries, Chinese characters are shown as??????? While using pb10.5 even on the same database, the same SQL queries, is normal, I do not know what reason, how should handle,


If in normal pb10.5, estimation is caused pb6.5 does not support oracle11g, you are using oracle directly connected, you can try an odbc connection

CodePudding user response:

The value of the registry is no problem,
  • Related