Home > database >  Sales system is traditional, in traditional and simplified system connected by sybasecentral LiBiao
Sales system is traditional, in traditional and simplified system connected by sybasecentral LiBiao

Time:10-14

Want to ask next friend ever encountered this problem, how do you deal with good, teach me trouble!
Thank you very much!

CodePudding user response:

Is a sybase ASE database,
Need to pay attention to the database server's character set,
In the sybase central character set: when connecting to the database configuration charset=cp936

CodePudding user response:

Should be the problem of character set, it is estimated that need to be modified in the database character set, you can refer to the

http://blog.sina.com.cn/s/blog_53ce6d370100n8rz.html


Cp850 character encoding of the Chinese character encoding is not complete, even does not support a national standard, the secondary character of Chinese characters, is will be a problem on the ordinary application, there are many online Sybase into cp936 to adapt to the application,

CP936 GBK character set is based on the coding standards (national standard is actually GB13000-90), is the extension of GB2312, among them with GB2312 phase region, the same word,
  • Related