Skip to Content
0
Former Member
Jul 17, 2008 at 09:58 AM

Problem about database insert with SQL_Latin1_General_CP850_BIN2

54 Views

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.