I am sorry for my poor english.
I install sap base on sqlserver with SQL_Latin1_General_CP850_BIN2, but when i directly use database sql to insert chinese string into table, it comes Unrecognizable Code.
eg. insert into table(field1) values('chinese string')
How to solve this problem? Thank you.